]> git.eshelyaron.com Git - emacs.git/commitdiff
(cancel-function-timers): Add autoload.
authorRichard M. Stallman <rms@gnu.org>
Tue, 8 Oct 1996 19:01:56 +0000 (19:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 8 Oct 1996 19:01:56 +0000 (19:01 +0000)
lisp/timer.el

index a18019e7f65ad9b02d556fb1eb7910c562f0763b..44e6e4ccd539dc654553d8c14d0d582af3fff154 100644 (file)
@@ -221,6 +221,7 @@ fire repeatedly that many seconds apart."
   (setq timer-idle-list (delq timer timer-idle-list))
   nil)
 
+;;;###autoload
 (defun cancel-function-timers (function)
   "Cancel all timers scheduled by `run-at-time' which would run FUNCTION."
   (interactive "aCancel timers of function: ")