From: Richard M. Stallman Date: Mon, 7 Oct 1996 16:10:14 +0000 (+0000) Subject: (cancel-timer): Add autoload cookie. X-Git-Tag: emacs-20.1~3544 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=388d92ac277d7820815b79b933820d76a9dfcc98;p=emacs.git (cancel-timer): Add autoload cookie. --- diff --git a/lisp/timer.el b/lisp/timer.el index b728aeda287..a18019e7f65 100644 --- a/lisp/timer.el +++ b/lisp/timer.el @@ -210,7 +210,9 @@ fire repeatedly that many seconds apart." 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)