Mercurial > emacs
changeset 101649:bd66da73ef9f
(wait_reading_process_output): Use process_pending_signals.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 29 Jan 2009 14:34:38 +0000 |
parents | 798e92a3bab0 |
children | 315aa5c3b682 |
files | src/process.c |
diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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. */