]> git.eshelyaron.com Git - emacs.git/commitdiff
(cancel-timer): Add autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Mon, 7 Oct 1996 16:10:14 +0000 (16:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 7 Oct 1996 16:10:14 +0000 (16:10 +0000)
lisp/timer.el

index b728aeda2877c83cd6a23c933594eb7d48bb95c6..a18019e7f65ad9b02d556fb1eb7910c562f0763b 100644 (file)
@@ -210,7 +210,9 @@ fire repeatedly that many seconds apart."
        nil)
     (error "Invalid or uninitialized timer")))
 
+;;;###autoload
 (defalias 'disable-timeout 'cancel-timer)
+;;;###autoload
 (defun cancel-timer (timer)
   "Remove TIMER from the list of active timers."
   (or (timerp timer)