From bcbc6fd3d04dbbbba44e98b1a434e6e892059405 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 5 Jan 2004 18:19:11 +0000 Subject: [PATCH] Fix comment to recommend before-save-hook instead of write-file-functions. --- lisp/ChangeLog | 3 +++ lisp/emacs-lisp/copyright.el | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7276ccc1bf9..eab0fce6a58 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,9 @@ * files.el (before-save-hook): Add. (basic-save-buffer): Use before-save-hook. + * emacs-lisp/copyright.el: Fix comment to recommend + before-save-hook instead of write-file-functions. + 2004-01-05 Richard M. Stallman * finder.el (finder-commentary): Call delete-other-windows. diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 4532f7e5b77..8d748291c00 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -27,7 +27,8 @@ ;; Allows updating the copyright year and above mentioned GPL version manually ;; or when saving a file. -;; Do (add-hook 'write-file-functions 'copyright-update). +;; Do (add-hook 'before-save-hook 'copyright-update), or use +;; M-x customize-variable RET before-save-hook RET. ;;; Code: -- 2.11.4.GIT