From: Gerd Moellmann Date: Wed, 14 Mar 2001 16:35:40 +0000 (+0000) Subject: (quit_throw_to_read_char): Change call to X-Git-Tag: emacs-pretest-21.0.100~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=827c686c1429105f0d6d62c446d7279421e3c7c7;p=emacs.git (quit_throw_to_read_char): Change call to do_switch_frame to new format. --- 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); }