Mercurial > emacs
diff lisp/timer.el @ 16400:9a39893d9861
(cancel-timer): Add autoload cookie.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 07 Oct 1996 16:10:14 +0000 |
| parents | b215fb935fc3 |
| children | a3bd74a05c45 |
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)
