changeset 12290:99ffac67fb53

(quit_throw_to_read_char): Use do_switch_frame directly.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Jun 1995 01:49:35 +0000
parents 593c580a99a1
children 5724b13e7b7b
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);