diff options
| author | Richard M. Stallman | 1996-03-22 22:06:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-03-22 22:06:10 +0000 |
| commit | 38f17cb22ee6027356b9c36f19682e36846d7c0f (patch) | |
| tree | a6980d6c5d33043a1d832cedd251f08d32fcb3f0 /src/process.c | |
| parent | 5a7670bf32c040a56989badf3d536e87d72e0eef (diff) | |
| download | emacs-38f17cb22ee6027356b9c36f19682e36846d7c0f.tar.gz emacs-38f17cb22ee6027356b9c36f19682e36846d7c0f.zip | |
(wait_reading_process_input): Eliminate bogus test
that was trying to check read_kbd and failing.
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 eef1c18e4eb..26cba986476 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 (XINT (read_kbd) >= 0) | 2079 | if (1) |
| 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; |