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:
parent
54c014f0a9
commit
91c6fd0ccf
1 changed files with 1 additions and 0 deletions
|
|
@ -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: ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue