diff options
| author | Kim F. Storm | 2004-08-19 13:59:28 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-08-19 13:59:28 +0000 |
| commit | bb41f093dde33efca8a7d5baf6eb1c364ea684c4 (patch) | |
| tree | 0db113834c43767ef2f213cbf6e5081b131aa054 /src/keyboard.c | |
| parent | b89a415ab18b6ed14f70518d8bd336d1f3364c9c (diff) | |
| download | emacs-bb41f093dde33efca8a7d5baf6eb1c364ea684c4.tar.gz emacs-bb41f093dde33efca8a7d5baf6eb1c364ea684c4.zip | |
Adapt to new wait_reading_process_input args.
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. */ |