comparison lisp/emacs-lisp/timer.el @ 87115:7f228bf43584

Remove directory part from filenames in function declarations.
author Glenn Morris <rgm@gnu.org>
date Thu, 06 Dec 2007 04:06:44 +0000
parents 4d615a83cee2
children 107ccd98fa12 53108e6cea98
comparison
equal deleted inserted replaced
87114:a4e9022bb904 87115:7f228bf43584
355 (defun timeout-event-p (event) 355 (defun timeout-event-p (event)
356 "Non-nil if EVENT is a timeout event." 356 "Non-nil if EVENT is a timeout event."
357 (and (listp event) (eq (car event) 'timer-event))) 357 (and (listp event) (eq (car event) 'timer-event)))
358 358
359 359
360 (declare-function diary-entry-time "../calendar/diary-lib" (s)) 360 (declare-function diary-entry-time "diary-lib" (s))
361 361
362 ;;;###autoload 362 ;;;###autoload
363 (defun run-at-time (time repeat function &rest args) 363 (defun run-at-time (time repeat function &rest args)
364 "Perform an action at time TIME. 364 "Perform an action at time TIME.
365 Repeat the action every REPEAT seconds, if REPEAT is non-nil. 365 Repeat the action every REPEAT seconds, if REPEAT is non-nil.