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

index c1f193f96b6cca418a32453d74b5ef3c522bf3ff..dfefed7679cdf188b0016f2ba79f7f59ef63d7ad 100644 (file)
@@ -2539,10 +2539,7 @@ emacs_write (fildes, buf, nbyte)
 #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;
            }