aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2006-07-26 18:16:14 +0000
committerChong Yidong <[email protected]>2006-07-26 18:16:14 +0000
commitd5f121554345677577a64c10822de19d10aa1e01 (patch)
treec432d9e599904d933614fdb0f98d6d1b0de2d97f /src
parent43811b4e749b1235183a3188f8af92a77da80665 (diff)
(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 c222a6c45e..ca4a098878 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -3249,7 +3249,7 @@ is nil and `use-dialog-box' is non-nil. */)
Fraise_frame (mini_frame);
}
- obj = read_filtered_event (1, 0, 0, 0);
+ obj = read_filtered_event (1, 0, 0, 0, Qnil);
cursor_in_echo_area = 0;
/* If we need to quit, quit with cursor_in_echo_area = 0. */
QUIT;