]> code.delx.au - gnu-emacs/blobdiff - src/fns.c
(Fy_or_n_p): Change call to read_filtered_event to use new arg.
[gnu-emacs] / src / fns.c
index c222a6c45e0f38edcf067fc313133066a677d6a1..ca4a098878a37540d1a01efb4d7ceb3c2c4bff80 100644 (file)
--- 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;