diff options
| author | Richard M. Stallman | 1994-02-04 20:41:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-02-04 20:41:54 +0000 |
| commit | bedae5a588b7f8968821cfa09071cd59e69be624 (patch) | |
| tree | f89f1837241e28eb35dc354caf8395de47a7011a /src | |
| parent | bbfe5099ddd26828fb640375026f97bd5689a727 (diff) | |
| download | emacs-bedae5a588b7f8968821cfa09071cd59e69be624.tar.gz emacs-bedae5a588b7f8968821cfa09071cd59e69be624.zip | |
(kbd_buffer_get_event): Pass 1 to read_avail_input.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index e53dbda540e..da4ca46b676 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -1943,9 +1943,8 @@ kbd_buffer_get_event () | |||
| 1943 | wait_reading_process_input (0, 0, minus_one, 1); | 1943 | wait_reading_process_input (0, 0, minus_one, 1); |
| 1944 | 1944 | ||
| 1945 | if (!interrupt_input && EVENT_QUEUES_EMPTY) | 1945 | if (!interrupt_input && EVENT_QUEUES_EMPTY) |
| 1946 | { | 1946 | /* Pass 1 for EXPECT since we just waited to have input. */ |
| 1947 | read_avail_input (0); | 1947 | read_avail_input (1); |
| 1948 | } | ||
| 1949 | } | 1948 | } |
| 1950 | #endif /* not VMS */ | 1949 | #endif /* not VMS */ |
| 1951 | } | 1950 | } |