# HG changeset patch # User Richard M. Stallman # Date 844704614 0 # Node ID 9a39893d986138cf29fe74dfc2234403c6d359cc # Parent f73d53a1b448cc55f74fc13bd67958bd89b74f83 (cancel-timer): Add autoload cookie. diff -r f73d53a1b448 -r 9a39893d9861 lisp/timer.el --- a/lisp/timer.el Sun Oct 06 22:50:07 1996 +0000 +++ b/lisp/timer.el Mon Oct 07 16:10:14 1996 +0000 @@ -210,7 +210,9 @@ nil) (error "Invalid or uninitialized timer"))) +;;;###autoload (defalias 'disable-timeout 'cancel-timer) +;;;###autoload (defun cancel-timer (timer) "Remove TIMER from the list of active timers." (or (timerp timer)