(timer-event-handler): Fix last change.

This commit is contained in:
Kim F. Storm 2004-05-16 21:43:57 +00:00
parent 5711678928
commit 8cb7feb8b1

View file

@ -296,7 +296,7 @@ This function is called, by name, directly by the C code."
(apply (aref timer 5) (aref timer 6))
(error nil))
(if retrigger
(aset timer 7 nil)))
(aset timer 0 nil)))
(error "Bogus timer event"))))
;; This function is incompatible with the one in levents.el.