aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-07-28 23:51:08 +0000
committerRichard M. Stallman1993-07-28 23:51:08 +0000
commit59b644e869fcb184f28da098fe06cbd6478639aa (patch)
tree23acb4d5afb08bb360659c806600fe07739dd66f
parentcaf772a29bb0fc4fa2eb89bb72c20e21dce7e69c (diff)
downloademacs-59b644e869fcb184f28da098fe06cbd6478639aa.tar.gz
emacs-59b644e869fcb184f28da098fe06cbd6478639aa.zip
(time-stamp): Add autoload cookie.
-rw-r--r--lisp/time-stamp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el
index 75350a99adc..aa3968a4bf2 100644
--- a/lisp/time-stamp.el
+++ b/lisp/time-stamp.el
@@ -82,6 +82,7 @@ do so in the local variables section of the time-stamped file itself.")
82\(which see) and the following match of time-stamp-end on the same line, 82\(which see) and the following match of time-stamp-end on the same line,
83then writes the time stamp specified by time-stamp-format between them.") 83then writes the time stamp specified by time-stamp-format between them.")
84 84
85;;;###autoload
85(defun time-stamp () 86(defun time-stamp ()
86 "Update the time stamp string in the buffer. 87 "Update the time stamp string in the buffer.
87Only does its thing if the variable time-stamp-active is non-nil. 88Only does its thing if the variable time-stamp-active is non-nil.