changeset 56075:3065660dae6e

(before-save-hook): Add `time-stamp' to the options.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 13 Jun 2004 21:28:38 +0000
parents 7aab74a19427
children 8163dd4fe908
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Sun Jun 13 21:23:24 2004 +0000
+++ b/lisp/files.el	Sun Jun 13 21:28:38 2004 +0000
@@ -3024,7 +3024,7 @@
 
 (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)