aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 ()
6546#ifdef MULTI_FRAME 6546#ifdef MULTI_FRAME
6547 if (FRAMEP (internal_last_event_frame) 6547 if (FRAMEP (internal_last_event_frame)
6548 && XFRAME (internal_last_event_frame) != selected_frame) 6548 && XFRAME (internal_last_event_frame) != selected_frame)
6549 Fhandle_switch_frame (make_lispy_switch_frame (internal_last_event_frame)); 6549 do_switch_frame (make_lispy_switch_frame (internal_last_event_frame),
6550 Qnil, 0);
6550#endif 6551#endif
6551 6552
6552 _longjmp (getcjmp, 1); 6553 _longjmp (getcjmp, 1);