diff options
| author | Richard M. Stallman <rms@gnu.org> | 1996-10-08 19:01:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1996-10-08 19:01:56 +0000 |
| commit | 91c6fd0ccf4b9459fac09ef274c9c31124076ec5 (patch) | |
| tree | 437d5b63a4ef305aa3db397f316571d9d2df7bde /lisp | |
| parent | 54c014f0a9229899389dc4d8dfb1429318be2f2b (diff) | |
| download | emacs-91c6fd0ccf4b9459fac09ef274c9c31124076ec5.tar.gz | |
(cancel-function-timers): Add autoload.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/timer.el | 1 |
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: ") |
