From 827c686c1429105f0d6d62c446d7279421e3c7c7 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 14 Mar 2001 16:35:40 +0000 Subject: [PATCH] (quit_throw_to_read_char): Change call to do_switch_frame to new format. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index a536af4aae4..02d923f33d3 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -9871,7 +9871,7 @@ quit_throw_to_read_char () if (FRAMEP (internal_last_event_frame) && !EQ (internal_last_event_frame, selected_frame)) do_switch_frame (make_lispy_switch_frame (internal_last_event_frame), - Qnil, 0); + 0, 0); _longjmp (getcjmp, 1); } -- 2.39.5