diff options
| author | Chong Yidong | 2009-02-07 04:15:19 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-02-07 04:15:19 +0000 |
| commit | 6bbbda87559653d2dfdb837baf90710bf8243397 (patch) | |
| tree | 57dced5e4def18310f5f2de8bc62db041f537e57 /src/atimer.c | |
| parent | aa82edfdc2992bddca3f3e62addcbc540ddc4c64 (diff) | |
| download | emacs-6bbbda87559653d2dfdb837baf90710bf8243397.tar.gz emacs-6bbbda87559653d2dfdb837baf90710bf8243397.zip | |
(run_timers): Update pending_atimers.
Diffstat (limited to 'src/atimer.c')
| -rw-r--r-- | src/atimer.c | 3 |
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; |