diff options
| author | Chong Yidong | 2006-07-26 18:16:14 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-07-26 18:16:14 +0000 |
| commit | d5f121554345677577a64c10822de19d10aa1e01 (patch) | |
| tree | c432d9e599904d933614fdb0f98d6d1b0de2d97f /src | |
| parent | 43811b4e749b1235183a3188f8af92a77da80665 (diff) | |
| download | emacs-d5f121554345677577a64c10822de19d10aa1e01.tar.gz emacs-d5f121554345677577a64c10822de19d10aa1e01.zip | |
(Fy_or_n_p): Change call to read_filtered_event to use new arg.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3249,7 +3249,7 @@ is nil and `use-dialog-box' is non-nil. */) | |||
| 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; |