# HG changeset patch # User Chong Yidong # Date 1233239678 0 # Node ID bd66da73ef9f6591163ebb536cef608293da597c # Parent 798e92a3bab0ea554c3eea2fad3959fa710123fa (wait_reading_process_output): Use process_pending_signals. diff -r 798e92a3bab0 -r bd66da73ef9f src/process.c --- a/src/process.c Thu Jan 29 14:34:16 2009 +0000 +++ b/src/process.c Thu Jan 29 14:34:38 2009 +0000 @@ -4546,12 +4546,7 @@ 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. */