aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/timer.el
diff options
context:
space:
mode:
authorRichard M. Stallman1996-10-08 19:01:56 +0000
committerRichard M. Stallman1996-10-08 19:01:56 +0000
commit91c6fd0ccf4b9459fac09ef274c9c31124076ec5 (patch)
tree437d5b63a4ef305aa3db397f316571d9d2df7bde /lisp/timer.el
parent54c014f0a9229899389dc4d8dfb1429318be2f2b (diff)
downloademacs-91c6fd0ccf4b9459fac09ef274c9c31124076ec5.tar.gz
emacs-91c6fd0ccf4b9459fac09ef274c9c31124076ec5.zip
(cancel-function-timers): Add autoload.
Diffstat (limited to 'lisp/timer.el')
-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."
221 (setq timer-idle-list (delq timer timer-idle-list)) 221 (setq timer-idle-list (delq timer timer-idle-list))
222 nil) 222 nil)
223 223
224;;;###autoload
224(defun cancel-function-timers (function) 225(defun cancel-function-timers (function)
225 "Cancel all timers scheduled by `run-at-time' which would run FUNCTION." 226 "Cancel all timers scheduled by `run-at-time' which would run FUNCTION."
226 (interactive "aCancel timers of function: ") 227 (interactive "aCancel timers of function: ")