changeset 101847:b8c8f770feb3

(run_timers): Update pending_atimers.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 07 Feb 2009 04:15:19 +0000
parents c593365cd0b0
children 0ab814511c60
files src/atimer.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/atimer.c	Sat Feb 07 04:14:56 2009 +0000
+++ b/src/atimer.c	Sat Feb 07 04:15:19 2009 +0000
@@ -384,6 +384,9 @@
       EMACS_GET_TIME (now);
     }
 
+  if (! atimers)
+    pending_atimers = 0;
+
 #ifdef SYNC_INPUT
   if (pending_atimers)
     pending_signals = 1;