diff src/fns.c @ 72136:ff262d47a1dc

(Fy_or_n_p): Change call to read_filtered_event to use new arg.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 26 Jul 2006 18:16:14 +0000
parents dd7e7d68e3b0
children 1ef51160f403 02e39decdc84 858cb33ae39d
line wrap: on
line diff
--- a/src/fns.c	Wed Jul 26 18:15:08 2006 +0000
+++ b/src/fns.c	Wed Jul 26 18:16:14 2006 +0000
@@ -3249,7 +3249,7 @@
 	  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;