changeset 101646:18eabb5ae6df

(emacs_write): Use process_pending_signals.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 29 Jan 2009 14:32:49 +0000
parents 6cb2fc1f4cbe
children a802fb91191e
files src/sysdep.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/sysdep.c	Thu Jan 29 14:32:21 2009 +0000
+++ b/src/sysdep.c	Thu Jan 29 14:32:49 2009 +0000
@@ -2539,10 +2539,7 @@
 #ifdef SYNC_INPUT
 	      /* I originally used `QUIT' but that might causes files to
 		 be truncated if you hit C-g in the middle of it.  --Stef  */
-	      if (interrupt_input_pending)
-		handle_async_input ();
-              if (pending_atimers)
-                do_pending_atimers ();
+	      process_pending_signals ();
 #endif
 	      continue;
 	    }