# HG changeset patch # User Luc Teirlinck # Date 1087162118 0 # Node ID 3065660dae6ed9a82f9bb40a11e7976544d9d88f # Parent 7aab74a19427d2346b9c6ac9f58d339f75de92fd (before-save-hook): Add `time-stamp' to the options. diff -r 7aab74a19427 -r 3065660dae6e lisp/files.el --- 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)