emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c,v
Date: Sun, 02 Nov 2008 10:41:29 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/11/02 10:41:28

Index: minibuf.c
===================================================================
RCS file: /sources/emacs/emacs/src/minibuf.c,v
retrieving revision 1.356
retrieving revision 1.357
diff -u -b -r1.356 -r1.357
--- minibuf.c   30 Jul 2008 15:33:38 -0000      1.356
+++ minibuf.c   2 Nov 2008 10:41:28 -0000       1.357
@@ -187,7 +187,7 @@
       if (MINI_WINDOW_P (XWINDOW (FRAME_SELECTED_WINDOW (XFRAME (frame))))
          && !(EQ (frame, selected_frame)
               && minibuf_level > 0))
-       Fset_frame_selected_window (frame, Fframe_first_window (frame));
+       Fset_frame_selected_window (frame, Fframe_first_window (frame), Qnil);
   }
 }
 




reply via email to

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