(timer-event-handler): Fix last change.
This commit is contained in:
parent
5711678928
commit
8cb7feb8b1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue