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 | e8151d91bd02af2b60974c2a439450c81bd24974 (patch) | |
tree | 52141382c5b7e71a4fe612c0dfaff741778262b9 /lisp/=timer.el | |
parent | 18806e8f99c254f8f7980ce593dc1532d8ff3373 (diff) | |
download | emacs-e8151d91bd02af2b60974c2a439450c81bd24974.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. |