comparison 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
comparison
equal deleted inserted replaced
56074:7aab74a19427 56075:3065660dae6e
3022 (defvar auto-save-hook nil 3022 (defvar auto-save-hook nil
3023 "Normal hook run just before auto-saving.") 3023 "Normal hook run just before auto-saving.")
3024 3024
3025 (defcustom before-save-hook nil 3025 (defcustom before-save-hook nil
3026 "Normal hook that is run before a buffer is saved to its file." 3026 "Normal hook that is run before a buffer is saved to its file."
3027 :options '(copyright-update) 3027 :options '(copyright-update time-stamp)
3028 :type 'hook 3028 :type 'hook
3029 :group 'files) 3029 :group 'files)
3030 3030
3031 (defcustom after-save-hook nil 3031 (defcustom after-save-hook nil
3032 "Normal hook that is run after a buffer is saved to its file." 3032 "Normal hook that is run after a buffer is saved to its file."