changeset 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 1ba4135e8efa
children 2249532f80a3
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.  */