summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-10-08 19:01:56 +0000
committerRichard M. Stallman <rms@gnu.org>1996-10-08 19:01:56 +0000
commit91c6fd0ccf4b9459fac09ef274c9c31124076ec5 (patch)
tree437d5b63a4ef305aa3db397f316571d9d2df7bde /lisp
parent54c014f0a9229899389dc4d8dfb1429318be2f2b (diff)
downloademacs-91c6fd0ccf4b9459fac09ef274c9c31124076ec5.tar.gz
(cancel-function-timers): Add autoload.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/timer.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/timer.el b/lisp/timer.el
index a18019e7f65..44e6e4ccd53 100644
--- a/lisp/timer.el
+++ b/lisp/timer.el
@@ -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: ")