diff lisp/files.el @ 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 077548161fac
children 8f4caa6ad271
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)