summaryrefslogtreecommitdiff
path: root/lisp/time-stamp.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-20 00:42:55 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-20 00:42:55 +0000
commitacf5e0da7c7dbd660638fde7a4ead4e03561aab5 (patch)
treeda57c2a1eacefcec19ddc255651d08948a7eb6f3 /lisp/time-stamp.el
parent69ea9c37728a9b3f8e59ee01888caf55c986e7e5 (diff)
downloademacs-acf5e0da7c7dbd660638fde7a4ead4e03561aab5.tar.gz
Comment changes.
Diffstat (limited to 'lisp/time-stamp.el')
-rw-r--r--lisp/time-stamp.el10
1 files changed, 7 insertions, 3 deletions
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el
index aa3968a4bf2..744b3ea4910 100644
--- a/lisp/time-stamp.el
+++ b/lisp/time-stamp.el
@@ -2,7 +2,7 @@
;;; Copyright 1989, 1993 Free Software Foundation, Inc.
;; Maintainer: Stephen Gildea <gildea@lcs.mit.edu>
-;; Time-stamp: <93/06/20 17:36:04 gildea>
+;; Time-stamp: <93/09/24 16:02:25 gildea>
;; Keywords: tools
;; This file is free software; you can redistribute it and/or modify
@@ -33,10 +33,12 @@
;;; To activate automatic time stamping, add this code to your .emacs file:
;;;
-;;; (autoload 'time-stamp "time-stamp" "Update the time stamp in a buffer." t)
;;; (if (not (memq 'time-stamp write-file-hooks))
;;; (setq write-file-hooks
;;; (cons 'time-stamp write-file-hooks)))
+;;;
+;;; In Emacs 18 you will also need
+;;; (autoload 'time-stamp "time-stamp" "Update the time stamp in a buffer." t)
;;; Change Log:
@@ -162,7 +164,7 @@ See the function time-stamp-mail-host-name.")
;;; Some useful functions to use in time-stamp-format
;;; Could generate most of a message-id with
-;;; '(yymmdd "" hhmm "@" mail-host-name)
+;;; '(time-stamp-yymmdd "" time-stamp-hhmm "@" mail-host-name)
(defun time-stamp-mail-host-name ()
"Return the name of the host where the user receives mail.
@@ -270,3 +272,5 @@ The first character of dd is Space if the value is less than 10."
(provide 'time-stamp)
;;; time-stamp.el ends here
+
+