]> git.eshelyaron.com Git - emacs.git/commitdiff
(wait_reading_process_output): Use process_pending_signals.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 29 Jan 2009 14:34:38 +0000 (14:34 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 29 Jan 2009 14:34:38 +0000 (14:34 +0000)
src/process.c

index b6b4d3478a1ee4f8c518a2ff72a8be234a4f7962..892a779a1c265ed25a507aef9b3c4929f7ce5742 100644 (file)
@@ -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.  */