* lisp/emacs-lisp/timer.el (timer-event-handler): Fix last change.
Fixes: debbugs:17392
This commit is contained in:
parent
08a2434e2f
commit
c42ebc983b
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ This function is called, by name, directly by the C code."
|
|||
;; - A runs and a does a sit-for.
|
||||
;; - during sit-for we run timer D which cancels timer B.
|
||||
;; - timer A finally finishes, so we move on to timers B and C.
|
||||
(unless cell
|
||||
(when cell
|
||||
;; Re-schedule if requested.
|
||||
(if (timer--repeat-delay timer)
|
||||
(if (timer--idle-delay timer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue