# HG changeset patch # User Richard M. Stallman # Date 803353775 0 # Node ID 99ffac67fb5317a5f7186daf78bea5828e02e0fe # Parent 593c580a99a151fb3b709626afb502568a778d19 (quit_throw_to_read_char): Use do_switch_frame directly. diff -r 593c580a99a1 -r 99ffac67fb53 src/keyboard.c --- a/src/keyboard.c Sat Jun 17 01:48:41 1995 +0000 +++ b/src/keyboard.c Sat Jun 17 01:49:35 1995 +0000 @@ -6546,7 +6546,8 @@ #ifdef MULTI_FRAME if (FRAMEP (internal_last_event_frame) && XFRAME (internal_last_event_frame) != selected_frame) - Fhandle_switch_frame (make_lispy_switch_frame (internal_last_event_frame)); + do_switch_frame (make_lispy_switch_frame (internal_last_event_frame), + Qnil, 0); #endif _longjmp (getcjmp, 1);