summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-03-14 16:36:16 +0000
committerGerd Moellmann <gerd@gnu.org>2001-03-14 16:36:16 +0000
commit7d2ca676a8976ab6b7973e3667b9642b1096d4a8 (patch)
treeb5f94ddac6a8db039dd2eddc67a82d64a813e503
parentaf5de4a79fb540e74a250b484ecad08e9ede1fab (diff)
downloademacs-7d2ca676a8976ab6b7973e3667b9642b1096d4a8.tar.gz
(Fset_window_configuration): Change call toEMACS_PRETEST_21_0_100
do_switch_frame to new format.
-rw-r--r--src/window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index 823461c2ba3..cfedacaee83 100644
--- a/src/window.c
+++ b/src/window.c
@@ -5008,7 +5008,7 @@ the return value is nil. Otherwise the value is t.")
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 @@ the return value is nil. Otherwise the value is t.")
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))