aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2006-07-26 18:16:14 +0000
committerChong Yidong2006-07-26 18:16:14 +0000
commitd5f121554345677577a64c10822de19d10aa1e01 (patch)
treec432d9e599904d933614fdb0f98d6d1b0de2d97f /src
parent43811b4e749b1235183a3188f8af92a77da80665 (diff)
downloademacs-d5f121554345677577a64c10822de19d10aa1e01.tar.gz
emacs-d5f121554345677577a64c10822de19d10aa1e01.zip
(Fy_or_n_p): Change call to read_filtered_event to use new arg.
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;