comparison 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
comparison
equal deleted inserted replaced
72135:2bd7c2f5456f 72136:ff262d47a1dc
3247 mini_frame = WINDOW_FRAME (XWINDOW (minibuf_window)); 3247 mini_frame = WINDOW_FRAME (XWINDOW (minibuf_window));
3248 3248
3249 Fraise_frame (mini_frame); 3249 Fraise_frame (mini_frame);
3250 } 3250 }
3251 3251
3252 obj = read_filtered_event (1, 0, 0, 0); 3252 obj = read_filtered_event (1, 0, 0, 0, Qnil);
3253 cursor_in_echo_area = 0; 3253 cursor_in_echo_area = 0;
3254 /* If we need to quit, quit with cursor_in_echo_area = 0. */ 3254 /* If we need to quit, quit with cursor_in_echo_area = 0. */
3255 QUIT; 3255 QUIT;
3256 3256
3257 key = Fmake_vector (make_number (1), obj); 3257 key = Fmake_vector (make_number (1), obj);