diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-03-07 17:55:44 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-03-07 17:56:28 -0800 |
commit | bb1309f1eb7651b41f2b6b7fb97ddb86bb82160c (patch) | |
tree | 001c7043f496575a590372c217015f6e1f9fed72 /build-aux/move-if-change | |
parent | 1ac190553886ff20817d3dd218464e2fc6f9e42a (diff) | |
download | emacs-bb1309f1eb7651b41f2b6b7fb97ddb86bb82160c.tar.gz emacs-bb1309f1eb7651b41f2b6b7fb97ddb86bb82160c.tar.bz2 emacs-bb1309f1eb7651b41f2b6b7fb97ddb86bb82160c.zip |
Update from Gnulib
This includes:
2018-03-07 maint: write-file-hooks -> before-save-hook
2018-03-05 binary-io: pacify gcc -Wunused-parameter
2018-03-05 fflush: adjust to glibc 2.28 libio.h removal
* build-aux/config.guess, build-aux/config.sub:
* build-aux/gitlog-to-changelog, build-aux/install-sh:
* build-aux/move-if-change, build-aux/update-copyright:
* doc/misc/texinfo.tex, lib/binary-io.h, lib/fpending.c:
* lib/stdio-impl.h: Copy from Gnulib.
Diffstat (limited to 'build-aux/move-if-change')
-rwxr-xr-x | build-aux/move-if-change | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/move-if-change b/build-aux/move-if-change index f15923613c8..5da3eae80ae 100755 --- a/build-aux/move-if-change +++ b/build-aux/move-if-change @@ -2,7 +2,7 @@ # Like mv $1 $2, but if the files are the same, just delete $1. # Status is zero if successful, nonzero otherwise. -VERSION='2017-09-13 06:45'; # UTC +VERSION='2018-03-07 03:47'; # UTC # The definition above must lie within the first 8 lines in order # for the Emacs time-stamp write hook (at end) to update it. # If you change this file with Emacs, please let the write hook @@ -75,7 +75,7 @@ else fi ## Local Variables: -## eval: (add-hook 'write-file-hooks 'time-stamp) +## eval: (add-hook 'before-save-hook 'time-stamp) ## time-stamp-start: "VERSION='" ## time-stamp-format: "%:y-%02m-%02d %02H:%02M" ## time-stamp-time-zone: "UTC0" |