aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/atimer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/atimer.c b/src/atimer.c
index 1653b629abf..e7b23f21b74 100644
--- a/src/atimer.c
+++ b/src/atimer.c
@@ -384,6 +384,9 @@ run_timers ()
384 EMACS_GET_TIME (now); 384 EMACS_GET_TIME (now);
385 } 385 }
386 386
387 if (! atimers)
388 pending_atimers = 0;
389
387#ifdef SYNC_INPUT 390#ifdef SYNC_INPUT
388 if (pending_atimers) 391 if (pending_atimers)
389 pending_signals = 1; 392 pending_signals = 1;