Mercurial > emacs
diff lisp/timer.el @ 16407:a3bd74a05c45
(cancel-function-timers): Add autoload.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 08 Oct 1996 19:01:56 +0000 |
| parents | 9a39893d9861 |
| children | 4f8b4e26cc92 |
line wrap: on
line diff
--- a/lisp/timer.el Tue Oct 08 18:22:57 1996 +0000 +++ b/lisp/timer.el Tue Oct 08 19:01:56 1996 +0000 @@ -221,6 +221,7 @@ (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: ")
