]> git.eshelyaron.com Git - emacs.git/commitdiff
(before-save-hook): Add `time-stamp' to the options.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 13 Jun 2004 21:32:14 +0000 (21:32 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 13 Jun 2004 21:32:14 +0000 (21:32 +0000)
lisp/ChangeLog
lisp/files.el

index b810f87a565b8265cc30fc084818fd523d093d46..52f0cfe459582f1ed3762c49c432e922c31e3de3 100644 (file)
@@ -1,3 +1,11 @@
+2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * files.el (before-save-hook): Add `time-stamp' to the options.
+
+       * time-stamp.el (time-stamp): Recommend adding it to
+       `before-save-hook', rather than `write-file-functions'
+       Make a similar change in `Commentary' section.
+
 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
 
        * diff-mode.el (diff-current-defun): If at start of hunk, use
index 4ee6da4e544a0afe4252e8f92677fe49a4c5de82..dc84c79df8408b37b914a6721bbe32d28177a7de 100644 (file)
@@ -3024,7 +3024,7 @@ the last real save, but optional arg FORCE non-nil means delete anyway."
 
 (defcustom before-save-hook nil
   "Normal hook that is run before a buffer is saved to its file."
-  :options '(copyright-update)
+  :options '(copyright-update time-stamp)
   :type 'hook
   :group 'files)