diff src/atimer.c @ 101847:b8c8f770feb3

(run_timers): Update pending_atimers.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 07 Feb 2009 04:15:19 +0000
parents 9c67a492eb59
children 2380af35be5c
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;