]> git.eshelyaron.com Git - emacs.git/commitdiff
(command_loop_1): Adapt call to Fselect_frame.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 10 Jun 2005 02:26:58 +0000 (02:26 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 10 Jun 2005 02:26:58 +0000 (02:26 +0000)
src/keyboard.c

index 77663a0ba61d1aa10c64e2dd8c50021d952b9adc..b213d187aacfc493807141e61f8b7b073790abe2 100644 (file)
@@ -1509,7 +1509,7 @@ command_loop_1 ()
         Is this a good idea?  */
       if (FRAMEP (internal_last_event_frame)
          && !EQ (internal_last_event_frame, selected_frame))
-       Fselect_frame (internal_last_event_frame, Qnil);
+       Fselect_frame (internal_last_event_frame);
 #endif
       /* If it has changed current-menubar from previous value,
         really recompute the menubar from the value.  */