emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispnew.c,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c,v
Date: Sat, 07 Jun 2008 13:52:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/06/07 13:52:13

Index: dispnew.c
===================================================================
RCS file: /sources/emacs/emacs/src/dispnew.c,v
retrieving revision 1.409
retrieving revision 1.410
diff -u -b -r1.409 -r1.410
--- dispnew.c   5 Jun 2008 18:00:35 -0000       1.409
+++ dispnew.c   7 Jun 2008 13:52:12 -0000       1.410
@@ -7066,8 +7066,9 @@
        doc: /* Value is last nonminibuffer frame. */)
      ()
 {
-  Lisp_Object frame;
+  Lisp_Object frame = Qnil;
 
+  if (last_nonminibuf_frame)
   XSETFRAME (frame, last_nonminibuf_frame);
 
   return frame;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]