# HG changeset patch # User Richard M. Stallman # Date 803345337 0 # Node ID 36d3bd1212de0bce24966a0af62a9b7fd6517d0c # Parent 7020a83cd08c54e42da10bd1d12bf25da9d1c23a (Fset_window_configuration): Use do_switch_frame directly. diff -r 7020a83cd08c -r 36d3bd1212de src/window.c --- a/src/window.c Fri Jun 16 23:28:13 1995 +0000 +++ b/src/window.c Fri Jun 16 23:28:57 1995 +0000 @@ -3086,7 +3086,8 @@ when the frame's old selected window has been deleted. */ #ifdef MULTI_FRAME if (f != selected_frame && ! FRAME_TERMCAP_P (f)) - Fhandle_switch_frame (WINDOW_FRAME (XWINDOW (data->root_window)), Qnil); + do_switch_frame (WINDOW_FRAME (XWINDOW (data->root_window)), + Qnil, 0); #endif #endif @@ -3112,7 +3113,7 @@ Fselect_window above totally superfluous; it still sets f's selected window. */ if (FRAME_LIVE_P (XFRAME (data->selected_frame))) - Fhandle_switch_frame (data->selected_frame, Qnil); + do_switch_frame (data->selected_frame, Qnil, 0); #endif if (!NILP (new_current_buffer))