# HG changeset patch # User Richard M. Stallman # Date 844801316 0 # Node ID a3bd74a05c458669092add2b1d9c7448c4be47e3 # Parent da03658014e31d231183cf6ae87646d6ccaf2279 (cancel-function-timers): Add autoload. diff -r da03658014e3 -r a3bd74a05c45 lisp/timer.el --- 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: ")