]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Modernize NEWS hook to current Emacs
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Jun 2022 21:42:14 +0000 (14:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Jun 2022 22:50:42 +0000 (15:50 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 066b6ca0ed9b8f5e7eec17d895fcb06c7df7c3c9..d9de3aa9b86027d186a9fd7ae8136d11816c204b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU tar NEWS - User visible changes. 2021-12-13
+GNU tar NEWS - User visible changes. 2022-06-09
 Please send GNU tar bug reports to <bug-tar@gnu.org>
 \f
 version 1.34.90 (git)
@@ -1777,7 +1777,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 Local variables:
 mode: outline
 paragraph-separate: "[ \f]*$"
-eval: (add-hook 'write-file-hooks 'time-stamp)
+eval: (add-hook 'write-file-functions #'time-stamp nil t)
 time-stamp-start: "changes. "
 time-stamp-format: "%:y-%02m-%02d"
 time-stamp-end: "\n"