Mercurial > emacs
changeset 16407:a3bd74a05c45
(cancel-function-timers): Add autoload.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 08 Oct 1996 19:01:56 +0000 |
parents | da03658014e3 |
children | 87f15c601f5a |
files | lisp/timer.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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: ")