summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-06-16 14:54:43 +0200
committerBruno Haible <bruno@clisp.org>2019-06-16 14:54:43 +0200
commit36bfd5861fcb18ab6cef782ae3b185afc77d3628 (patch)
tree11a176c71818432d0fd9f5d45404f3f7b295b6bf
parentc2fdc30cf07848654d70063af200d94a616a1093 (diff)
downloadgnulib-36bfd5861fcb18ab6cef782ae3b185afc77d3628.tar.gz
gnulib-36bfd5861fcb18ab6cef782ae3b185afc77d3628.tar.bz2
Restore Emacs time-stamp hook applicability.
Reported by Darshit Shah <darnir@gnu.org>. * build-aux/useless-if-before-free: Bump time-stamp-line-limit to 50. * build-aux/announce-gen: Likewise. * build-aux/gitlog-to-changelog: Likewise. * build-aux/prefix-gnulib-mk: Likewise. * build-aux/update-copyright: Likewise.
-rw-r--r--ChangeLog10
-rwxr-xr-xbuild-aux/announce-gen1
-rwxr-xr-xbuild-aux/gitlog-to-changelog1
-rwxr-xr-xbuild-aux/prefix-gnulib-mk1
-rwxr-xr-xbuild-aux/update-copyright1
-rwxr-xr-xbuild-aux/useless-if-before-free1
6 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0d2f415fe..3ab71a3d95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2019-06-16 Bruno Haible <bruno@clisp.org>
+
+ Restore Emacs time-stamp hook applicability.
+ Reported by Darshit Shah <darnir@gnu.org>.
+ * build-aux/useless-if-before-free: Bump time-stamp-line-limit to 50.
+ * build-aux/announce-gen: Likewise.
+ * build-aux/gitlog-to-changelog: Likewise.
+ * build-aux/prefix-gnulib-mk: Likewise.
+ * build-aux/update-copyright: Likewise.
+
2019-06-15 Bruno Haible <bruno@clisp.org>
Fix scripts to have valid executable format on Alpine Linux.
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index bbcaa1ab32..5921dcc0c9 100755
--- a/build-aux/announce-gen
+++ b/build-aux/announce-gen
@@ -564,6 +564,7 @@ EOF
## perl-extra-newline-before-brace: t
## perl-merge-trailing-else: nil
## eval: (add-hook 'before-save-hook 'time-stamp)
+## time-stamp-line-limit: 50
## time-stamp-start: "my $VERSION = '"
## time-stamp-format: "%:y-%02m-%02d %02H:%02M"
## time-stamp-time-zone: "UTC0"
diff --git a/build-aux/gitlog-to-changelog b/build-aux/gitlog-to-changelog
index b2780efbeb..40b839e1e2 100755
--- a/build-aux/gitlog-to-changelog
+++ b/build-aux/gitlog-to-changelog
@@ -506,6 +506,7 @@ sub git_dir_option($)
# mode: perl
# indent-tabs-mode: nil
# eval: (add-hook 'before-save-hook 'time-stamp)
+# time-stamp-line-limit: 50
# time-stamp-start: "my $VERSION = '"
# time-stamp-format: "%:y-%02m-%02d %02H:%02M"
# time-stamp-time-zone: "UTC0"
diff --git a/build-aux/prefix-gnulib-mk b/build-aux/prefix-gnulib-mk
index 864f3bf029..f3ca725174 100755
--- a/build-aux/prefix-gnulib-mk
+++ b/build-aux/prefix-gnulib-mk
@@ -248,6 +248,7 @@ sub process ($)
## cperl-merge-trailing-else: nil
## cperl-continued-statement-offset: 2
## eval: (add-hook 'before-save-hook 'time-stamp)
+## time-stamp-line-limit: 50
## time-stamp-start: "my $VERSION = '"
## time-stamp-format: "%:y-%02m-%02d %02H:%02M"
## time-stamp-time-zone: "UTC0"
diff --git a/build-aux/update-copyright b/build-aux/update-copyright
index 063500d417..0bb482b362 100755
--- a/build-aux/update-copyright
+++ b/build-aux/update-copyright
@@ -284,6 +284,7 @@ else
# mode: perl
# indent-tabs-mode: nil
# eval: (add-hook 'before-save-hook 'time-stamp)
+# time-stamp-line-limit: 50
# time-stamp-start: "my $VERSION = '"
# time-stamp-format: "%:y-%02m-%02d.%02H:%02M"
# time-stamp-time-zone: "UTC0"
diff --git a/build-aux/useless-if-before-free b/build-aux/useless-if-before-free
index 88a787c761..0e479a34b4 100755
--- a/build-aux/useless-if-before-free
+++ b/build-aux/useless-if-before-free
@@ -217,6 +217,7 @@ EOF
## mode: perl
## indent-tabs-mode: nil
## eval: (add-hook 'before-save-hook 'time-stamp)
+## time-stamp-line-limit: 50
## time-stamp-start: "my $VERSION = '"
## time-stamp-format: "%:y-%02m-%02d %02H:%02M"
## time-stamp-time-zone: "UTC0"

Return to:

Send suggestions and report system problems to the System administrator.