From 91c6fd0ccf4b9459fac09ef274c9c31124076ec5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 8 Oct 1996 19:01:56 +0000 Subject: [PATCH] (cancel-function-timers): Add autoload. --- lisp/timer.el | 1 + 1 file changed, 1 insertion(+) 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: ") -- 2.39.5