aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index c222a6c45e0..ca4a098878a 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -3249,7 +3249,7 @@ is nil and `use-dialog-box' is non-nil. */)
3249 Fraise_frame (mini_frame); 3249 Fraise_frame (mini_frame);
3250 } 3250 }
3251 3251
3252 obj = read_filtered_event (1, 0, 0, 0); 3252 obj = read_filtered_event (1, 0, 0, 0, Qnil);
3253 cursor_in_echo_area = 0; 3253 cursor_in_echo_area = 0;
3254 /* If we need to quit, quit with cursor_in_echo_area = 0. */ 3254 /* If we need to quit, quit with cursor_in_echo_area = 0. */
3255 QUIT; 3255 QUIT;