diff options
| author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 | 
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 | 
| commit | 49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch) | |
| tree | 60c249f15b04478367256fef95c6fd7557f263b9 /lisp/timer.el | |
| parent | 3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff) | |
| download | emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.gz | |
*** empty log message ***
Diffstat (limited to 'lisp/timer.el')
| -rw-r--r-- | lisp/timer.el | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/timer.el b/lisp/timer.el index 7f71f784de9..905706f3ab7 100644 --- a/lisp/timer.el +++ b/lisp/timer.el @@ -25,6 +25,7 @@    ;; rescheduling or people who otherwise expect to use the process frequently    "If non-nil, don't exit the timer process when no more events are pending.") +;;;###autoload  (defun run-at-time (time repeat function &rest args)    "Run a function at a time, and optionally on a regular interval.  Arguments are TIME, REPEAT, FUNCTION &rest ARGS.  | 
