]> git.eshelyaron.com Git - emacs.git/commitdiff
(timer-event-handler): Fix last change.
authorKim F. Storm <storm@cua.dk>
Sun, 16 May 2004 21:43:57 +0000 (21:43 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 16 May 2004 21:43:57 +0000 (21:43 +0000)
lisp/emacs-lisp/timer.el

index 395d1e7048493efc19d15b094fa1ef06e92669f0..336a1ff82d0cb44bbb6542e04657432e1661d707 100644 (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.