# HG changeset patch # User Jan Dj¸«£rv # Date 1207723574 0 # Node ID ed8ccfc592a8b3f4109903cfbee31bea0b2e9c1e # Parent 065fbf6b6fd05cd2d642c712d03af0f5220b42e9 (emacs_write): If SYNC_INPUT and pending_atimers, run atimers. diff -r 065fbf6b6fd0 -r ed8ccfc592a8 src/sysdep.c --- 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; }