Mercurial > emacs
changeset 16400:9a39893d9861
(cancel-timer): Add autoload cookie.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 07 Oct 1996 16:10:14 +0000 |
parents | f73d53a1b448 |
children | 249f797c3750 |
files | lisp/timer.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)