diff src/keyboard.c @ 63185:bd105bca3ee4

(command_loop_1): Adapt call to Fselect_frame.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 10 Jun 2005 02:26:58 +0000
parents 202cc39e47ea
children 3a486bf74d99 e58cb448e07c a1b34dec1104
line wrap: on
line diff
--- a/src/keyboard.c	Fri Jun 10 02:22:11 2005 +0000
+++ b/src/keyboard.c	Fri Jun 10 02:26:58 2005 +0000
@@ -1509,7 +1509,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, Qnil);
+	Fselect_frame (internal_last_event_frame);
 #endif
       /* If it has changed current-menubar from previous value,
 	 really recompute the menubar from the value.  */