From d5f121554345677577a64c10822de19d10aa1e01 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 26 Jul 2006 18:16:14 +0000 Subject: [PATCH] (Fy_or_n_p): Change call to read_filtered_event to use new arg. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */) 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; -- 2.39.2