Mercurial > emacs
changeset 3267:ac18ead9965d
(cancel-function-timers): Renamed from spurious duplicate
definition of cancel-timer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 29 May 1993 20:43:41 +0000 |
parents | 1173bc4814da |
children | 760a82a8767e |
files | lisp/=timer.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/=timer.el Sat May 29 20:41:31 1993 +0000 +++ b/lisp/=timer.el Sat May 29 20:43:41 1993 +0000 @@ -128,9 +128,9 @@ ;; Used to set timer-scratch to "", but nothing uses that var. (setq timer-process nil timer-alist nil)))) -(defun cancel-timer (function) +(defun cancel-function-timers (function) "Cancel all events scheduled by `run-at-time' which would run FUNCTION." - (interactive "aCancel function: ") + (interactive "aCancel timers of function: ") (let ((alist timer-alist)) (while alist (if (eq (nth 2 (car alist)) function)