Mercurial > emacs
changeset 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 | 2bd7c2f5456f |
children | 82ede0c5373b |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;