* lisp/emacs-lisp/timer.el (timer-event-handler): Fix last change.

Fixes: debbugs:17392
This commit is contained in:
Stefan Monnier 2014-05-18 09:17:10 -04:00
parent 08a2434e2f
commit c42ebc983b

View file

@ -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)