From cb5c5b3d7c42024591793f1123da36eade2747b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Wed, 9 Apr 2008 06:46:14 +0000 Subject: [PATCH] (emacs_write): If SYNC_INPUT and pending_atimers, run atimers. --- src/sysdep.c | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.39.2