diff options
Diffstat (limited to 'src/process.c')
-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, QUIT; #ifdef SYNC_INPUT else - { - if (interrupt_input_pending) - handle_async_input (); - if (pending_atimers) - do_pending_atimers (); - } + process_pending_signals (); #endif /* Exit now if the cell we're waiting for became non-nil. */ |