aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild-aux/gitlog-to-emacslog3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/gitlog-to-emacslog b/build-aux/gitlog-to-emacslog
index 2e5741c16f6..0db91d52205 100755
--- a/build-aux/gitlog-to-emacslog
+++ b/build-aux/gitlog-to-emacslog
@@ -86,7 +86,8 @@ if test -s "${distprefix}ChangeLog.tmp"; then
86 sed -n ' 86 sed -n '
87 1i\ 87 1i\
88 88
89 /^;; Local Variables:/,${ 89 /^See ChangeLog.1 for earlier/,${
90 s/ChangeLog\.1/ChangeLog.2/
90 s/\(Copyright[ (C)]*\)[0-9]*-[0-9]*/\1'"$year_range"'/ 91 s/\(Copyright[ (C)]*\)[0-9]*-[0-9]*/\1'"$year_range"'/
91 p 92 p
92 } 93 }