From: Paul Eggert Date: Thu, 9 Jun 2022 21:42:14 +0000 (-0700) Subject: Modernize NEWS hook to current Emacs X-Git-Tag: v1.35~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc7e758b275aeb6c34e9a3801054ba63e1a53d72;p=thirdparty%2Ftar.git Modernize NEWS hook to current Emacs --- diff --git a/NEWS b/NEWS index 066b6ca0..d9de3aa9 100644 --- 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 version 1.34.90 (git) @@ -1777,7 +1777,7 @@ along with this program. If not, see . Local variables: mode: outline paragraph-separate: "[ ]*$" -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"