From c3eff1b099a623f4ded9a841ef5d6367d03f4463 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 29 Jan 2009 14:34:38 +0000 Subject: [PATCH] (wait_reading_process_output): Use process_pending_signals. --- src/process.c | 7 +------ 1 file changed, 1 insertion(+), 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. */ -- 2.39.2