diff options
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 268d782e478..77b3886d809 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -3899,10 +3899,7 @@ kbd_buffer_get_event (kbp, used_mouse_menu) | |||
| 3899 | break; | 3899 | break; |
| 3900 | #endif | 3900 | #endif |
| 3901 | { | 3901 | { |
| 3902 | Lisp_Object minus_one; | 3902 | wait_reading_process_input (0, 0, -1, 1, Qnil, NULL, 0); |
| 3903 | |||
| 3904 | XSETINT (minus_one, -1); | ||
| 3905 | wait_reading_process_input (0, 0, minus_one, 1); | ||
| 3906 | 3903 | ||
| 3907 | if (!interrupt_input && kbd_fetch_ptr == kbd_store_ptr) | 3904 | if (!interrupt_input && kbd_fetch_ptr == kbd_store_ptr) |
| 3908 | /* Pass 1 for EXPECT since we just waited to have input. */ | 3905 | /* Pass 1 for EXPECT since we just waited to have input. */ |