summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-06-09 14:42:14 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2022-06-09 15:50:42 -0700
commitbc7e758b275aeb6c34e9a3801054ba63e1a53d72 (patch)
tree96e5ac2445ed0145fe72388a53ef7818ff9ae62b
parentde72aa0cd63a6bb5d206227a609ff113e5b26171 (diff)
downloadtar-bc7e758b275aeb6c34e9a3801054ba63e1a53d72.tar.gz
Modernize NEWS hook to current Emacs
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
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 <bug-tar@gnu.org>
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: "[ ]*$"
-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"