diff options
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; |