From 719191cf4a69e09103766f77783edc731439aaa2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Jun 1995 01:49:35 +0000 Subject: [PATCH] (quit_throw_to_read_char): Use do_switch_frame directly. --- src/keyboard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index f9980310c06..e07d4324e56 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -6546,7 +6546,8 @@ quit_throw_to_read_char () #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); -- 2.39.2