summaryrefslogtreecommitdiff
path: root/lisp/timer.el
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
commit34a5c84f0990b8c73ddb1fa9403e6e94e07cc643 (patch)
tree2409933b3fd7dcb49c2dce52c2af0f08aba4922f /lisp/timer.el
parentabe355ab9bb6c4a938da3b0a581a92301668f777 (diff)
downloademacs-34a5c84f0990b8c73ddb1fa9403e6e94e07cc643.tar.gz
(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."
(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: ")