diff options
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; |