1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(cancel-function-timers): Add autoload.

This commit is contained in:
Richard M. Stallman 1996-10-08 19:01:56 +00:00
parent 54c014f0a9
commit 91c6fd0ccf

View file

@ -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: ")