From: Richard M. Stallman Date: Sat, 17 Jun 1995 01:49:35 +0000 (+0000) Subject: (quit_throw_to_read_char): Use do_switch_frame directly. X-Git-Tag: emacs-19.34~3569 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=719191cf4a69e09103766f77783edc731439aaa2;p=emacs.git (quit_throw_to_read_char): Use do_switch_frame directly. --- 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);