diff src/window.c @ 63187:dd0624f7bb99

(Fselect_window): Adapt call to Fselect_frame.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 10 Jun 2005 02:31:13 +0000
parents 872de430453e
children e674f801b65f e58cb448e07c a1b34dec1104
line wrap: on
line diff
--- a/src/window.c	Fri Jun 10 02:29:12 2005 +0000
+++ b/src/window.c	Fri Jun 10 02:31:13 2005 +0000
@@ -3234,7 +3234,7 @@
 	 so that FRAME_FOCUS_FRAME is moved appropriately as we
 	 move around in the state where a minibuffer in a separate
 	 frame is active.  */
-      Fselect_frame (WINDOW_FRAME (w), Qnil);
+      Fselect_frame (WINDOW_FRAME (w));
     }
   else
     sf->selected_window = window;