emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: keyboard.c
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.c,v
retrieving revision 1.977
retrieving revision 1.978
diff -u -b -r1.977 -r1.978
--- keyboard.c  25 Oct 2008 20:23:31 -0000      1.977
+++ keyboard.c  2 Nov 2008 10:46:21 -0000       1.978
@@ -1601,7 +1601,7 @@
         Is this a good idea?  */
       if (FRAMEP (internal_last_event_frame)
          && !EQ (internal_last_event_frame, selected_frame))
-       Fselect_frame (internal_last_event_frame);
+       Fselect_frame (internal_last_event_frame, Qnil);
 #endif
       /* If it has changed current-menubar from previous value,
         really recompute the menubar from the value.  */
@@ -11098,7 +11098,7 @@
   if (FRAMEP (internal_last_event_frame)
       && !EQ (internal_last_event_frame, selected_frame))
     do_switch_frame (make_lispy_switch_frame (internal_last_event_frame),
-                    0, 0);
+                    0, 0, Qnil);
 
   _longjmp (getcjmp, 1);
 }




reply via email to

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