summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-03-14 16:35:40 +0000
committerGerd Moellmann <gerd@gnu.org>2001-03-14 16:35:40 +0000
commit827c686c1429105f0d6d62c446d7279421e3c7c7 (patch)
tree6f21da59a068d422b1277d89d412f3a7757888cb
parent25f873bc3009cd1c8d8b7e877340297bd96bc125 (diff)
downloademacs-827c686c1429105f0d6d62c446d7279421e3c7c7.tar.gz
(quit_throw_to_read_char): Change call to
do_switch_frame to new format.
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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);
}