# HG changeset patch # User Richard M. Stallman # Date 753756175 0 # Node ID 16da133809ddab73dcc953c2aca4ddc7e3313863 # Parent 84ee155fb9c456e3442341e1fff2aa57acf36e94 Comment changes. diff -r 84ee155fb9c4 -r 16da133809dd lisp/time-stamp.el --- a/lisp/time-stamp.el Fri Nov 19 18:26:10 1993 +0000 +++ b/lisp/time-stamp.el Sat Nov 20 00:42:55 1993 +0000 @@ -2,7 +2,7 @@ ;;; Copyright 1989, 1993 Free Software Foundation, Inc. ;; Maintainer: Stephen Gildea -;; 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 @@ ;;; 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 @@ (provide 'time-stamp) ;;; time-stamp.el ends here + +