diff options
| author | Richard M. Stallman | 1996-03-19 23:43:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-03-19 23:43:50 +0000 |
| commit | 501ebe0e349c6ae4e642a2661695734d051481bd (patch) | |
| tree | 174d430f01d2dcfe58ddcdc206702526aad72506 /src/process.c | |
| parent | c0c27dcf32517fef24b91e4250ff1914c4031c71 (diff) | |
| download | emacs-501ebe0e349c6ae4e642a2661695734d051481bd.tar.gz emacs-501ebe0e349c6ae4e642a2661695734d051481bd.zip | |
(wait_reading_process_input): Extract the number from read_kbd with XINT.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 49fd0597a06..eef1c18e4eb 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -2076,7 +2076,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display) | |||
| 2076 | run timer events directly. | 2076 | run timer events directly. |
| 2077 | (Callers that will immediately read keyboard events | 2077 | (Callers that will immediately read keyboard events |
| 2078 | call timer_delay on their own.) */ | 2078 | call timer_delay on their own.) */ |
| 2079 | if (read_kbd >= 0) | 2079 | if (XINT (read_kbd) >= 0) |
| 2080 | { | 2080 | { |
| 2081 | EMACS_TIME timer_delay; | 2081 | EMACS_TIME timer_delay; |
| 2082 | int old_timers_run = timers_run; | 2082 | int old_timers_run = timers_run; |