From: Jan Djärv Date: Wed, 9 Apr 2008 06:46:14 +0000 (+0000) Subject: (emacs_write): If SYNC_INPUT and pending_atimers, run atimers. X-Git-Tag: emacs-pretest-23.0.90~6406 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb5c5b3d7c42024591793f1123da36eade2747b8;p=emacs.git (emacs_write): If SYNC_INPUT and pending_atimers, run atimers. --- diff --git a/src/sysdep.c b/src/sysdep.c index 02e1832e63f..1d43a59112f 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -3394,6 +3394,8 @@ emacs_write (fildes, buf, nbyte) 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; }