diff lisp/=timer.el @ 584:4cd7543be581

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Mar 1992 20:39:07 +0000
parents a55a3ac41924
children fec3f9a1e3e5
line wrap: on
line diff
--- a/lisp/=timer.el	Mon Mar 16 20:39:05 1992 +0000
+++ b/lisp/=timer.el	Mon Mar 16 20:39:07 1992 +0000
@@ -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.