diff options
| author | Gerd Moellmann | 2001-03-14 16:36:16 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-14 16:36:16 +0000 |
| commit | d12f6f836957169fbc07a890035fbf86e3cd9829 (patch) | |
| tree | f6bd8cb637c0b6ed0bf3100ce8dd93bbf73c0d63 /src | |
| parent | 827c686c1429105f0d6d62c446d7279421e3c7c7 (diff) | |
| download | emacs-d12f6f836957169fbc07a890035fbf86e3cd9829.tar.gz emacs-d12f6f836957169fbc07a890035fbf86e3cd9829.zip | |
(Fset_window_configuration): Change call toemacs-pretest-21.0.100
do_switch_frame to new format.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 4 |
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.") | |||
| 5008 | when the frame's old selected window has been deleted. */ | 5008 | when the frame's old selected window has been deleted. */ |
| 5009 | if (f != selected_frame && FRAME_WINDOW_P (f)) | 5009 | if (f != selected_frame && FRAME_WINDOW_P (f)) |
| 5010 | do_switch_frame (WINDOW_FRAME (XWINDOW (data->root_window)), | 5010 | do_switch_frame (WINDOW_FRAME (XWINDOW (data->root_window)), |
| 5011 | Qnil, 0); | 5011 | 0, 0); |
| 5012 | #endif | 5012 | #endif |
| 5013 | 5013 | ||
| 5014 | /* Set the screen height to the value it had before this function. */ | 5014 | /* 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.") | |||
| 5056 | Fselect_window above totally superfluous; it still sets f's | 5056 | Fselect_window above totally superfluous; it still sets f's |
| 5057 | selected window. */ | 5057 | selected window. */ |
| 5058 | if (FRAME_LIVE_P (XFRAME (data->selected_frame))) | 5058 | if (FRAME_LIVE_P (XFRAME (data->selected_frame))) |
| 5059 | do_switch_frame (data->selected_frame, Qnil, 0); | 5059 | do_switch_frame (data->selected_frame, 0, 0); |
| 5060 | 5060 | ||
| 5061 | if (! NILP (Vwindow_configuration_change_hook) | 5061 | if (! NILP (Vwindow_configuration_change_hook) |
| 5062 | && ! NILP (Vrun_hooks)) | 5062 | && ! NILP (Vrun_hooks)) |