From: Richard M. Stallman Date: Tue, 8 Oct 1996 19:01:56 +0000 (+0000) Subject: (cancel-function-timers): Add autoload. X-Git-Tag: emacs-20.1~3537 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91c6fd0ccf4b9459fac09ef274c9c31124076ec5;p=emacs.git (cancel-function-timers): Add autoload. --- 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: ")