changeset 55625:d1f4ffb8ca41

(timer-event-handler): Fix last change.
author Kim F. Storm <storm@cua.dk>
date Sun, 16 May 2004 21:43:57 +0000
parents a3d732209a1e
children 1c7ccc3495fe
files lisp/emacs-lisp/timer.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/timer.el	Sun May 16 21:43:16 2004 +0000
+++ b/lisp/emacs-lisp/timer.el	Sun May 16 21:43:57 2004 +0000
@@ -296,7 +296,7 @@
 	      (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.