summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-17 01:49:35 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-17 01:49:35 +0000
commitd62545ffe5c831f69c87c528f7a8fc5aadf3edf1 (patch)
treea9ce868852f2cae94552d6e709d4af54cbb32c84 /src/keyboard.c
parent1a66e8997df8ae04a031b1e2418b9ff766e095c5 (diff)
downloademacs-d62545ffe5c831f69c87c528f7a8fc5aadf3edf1.tar.gz
(quit_throw_to_read_char): Use do_switch_frame directly.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c3
1 files changed, 2 insertions, 1 deletions
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);