changeset 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 065fbf6b6fd0
children 0c2f4b91340c
files src/sysdep.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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;
 	    }