diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/process.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/process.c b/src/process.c index b6b4d3478a1..892a779a1c2 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -4546,12 +4546,7 @@ wait_reading_process_output (time_limit, microsecs, read_kbd, do_display, | |||
| 4546 | QUIT; | 4546 | QUIT; |
| 4547 | #ifdef SYNC_INPUT | 4547 | #ifdef SYNC_INPUT |
| 4548 | else | 4548 | else |
| 4549 | { | 4549 | process_pending_signals (); |
| 4550 | if (interrupt_input_pending) | ||
| 4551 | handle_async_input (); | ||
| 4552 | if (pending_atimers) | ||
| 4553 | do_pending_atimers (); | ||
| 4554 | } | ||
| 4555 | #endif | 4550 | #endif |
| 4556 | 4551 | ||
| 4557 | /* Exit now if the cell we're waiting for became non-nil. */ | 4552 | /* Exit now if the cell we're waiting for became non-nil. */ |