diff src/process.c @ 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 dd95cb42c0aa
children 06f397da7b55
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.  */