]> git.eshelyaron.com Git - emacs.git/commitdiff
(quit_throw_to_read_char): Use do_switch_frame directly.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Jun 1995 01:49:35 +0000 (01:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Jun 1995 01:49:35 +0000 (01:49 +0000)
src/keyboard.c

index f9980310c0625f8d6237f2be25f927975ad2c882..e07d4324e564bde9747d3fc042d73e212184172e 100644 (file)
@@ -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);