From: Chong Yidong Date: Wed, 26 Jul 2006 18:16:14 +0000 (+0000) Subject: (Fy_or_n_p): Change call to read_filtered_event to use new arg. X-Git-Tag: emacs-pretest-22.0.90~1232 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5f121554345677577a64c10822de19d10aa1e01;p=emacs.git (Fy_or_n_p): Change call to read_filtered_event to use new arg. --- 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;