aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-01-29 14:34:38 +0000
committerChong Yidong2009-01-29 14:34:38 +0000
commitc3eff1b099a623f4ded9a841ef5d6367d03f4463 (patch)
tree002436e5a465624957a128c81b325d2a93e2dc5b
parentceb18827064f5483320e48bd8b9427aa40966d47 (diff)
downloademacs-c3eff1b099a623f4ded9a841ef5d6367d03f4463.tar.gz
emacs-c3eff1b099a623f4ded9a841ef5d6367d03f4463.zip
(wait_reading_process_output): Use process_pending_signals.
-rw-r--r--src/process.c7
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. */