changeset 36809:126bac1a4495 EMACS_PRETEST_21_0_100

(Fset_window_configuration): Change call to do_switch_frame to new format.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 14 Mar 2001 16:36:16 +0000
parents 678f9b758e49
children a9485f8e43d6
files src/window.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.c	Wed Mar 14 16:35:40 2001 +0000
+++ b/src/window.c	Wed Mar 14 16:36:16 2001 +0000
@@ -5008,7 +5008,7 @@
          when the frame's old selected window has been deleted.  */
       if (f != selected_frame && FRAME_WINDOW_P (f))
 	do_switch_frame (WINDOW_FRAME (XWINDOW (data->root_window)),
-			 Qnil, 0);
+			 0, 0);
 #endif
 
       /* Set the screen height to the value it had before this function.  */
@@ -5056,7 +5056,7 @@
 	 Fselect_window above totally superfluous; it still sets f's
 	 selected window.  */
       if (FRAME_LIVE_P (XFRAME (data->selected_frame)))
-	do_switch_frame (data->selected_frame, Qnil, 0);
+	do_switch_frame (data->selected_frame, 0, 0);
 
       if (! NILP (Vwindow_configuration_change_hook)
 	  && ! NILP (Vrun_hooks))