diff src/sysdep.c @ 93895:ed8ccfc592a8

(emacs_write): If SYNC_INPUT and pending_atimers, run atimers.
author Jan Dj?rv <jan.h.d@swipnet.se>
date Wed, 09 Apr 2008 06:46:14 +0000
parents b7a5a89054dc
children 8971ddf55736
line wrap: on
line diff
--- a/src/sysdep.c	Wed Apr 09 06:46:02 2008 +0000
+++ b/src/sysdep.c	Wed Apr 09 06:46:14 2008 +0000
@@ -3394,6 +3394,8 @@
 		 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 ();
 #endif
 	      continue;
 	    }