[PATCH] fnmatch: add one more coding cookie

2015-09-24 Thread Paul Eggert
--- m4/fnmatch.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/fnmatch.m4 b/m4/fnmatch.m4 index c33792f..6ccc1d0 100644 --- a/m4/fnmatch.m4 +++ b/m4/fnmatch.m4 @@ -1,4 +1,4 @@ -# Check for fnmatch - serial 9. +# Check for fnmatch - serial 9. -*- coding: utf-8 -*- # Co

[PATCH] maint: add coding cookies to non-ASCII sources

2015-09-24 Thread Paul Eggert
Otherwise, Emacs might do the wrong thing if run in an he_IL.ISO-8859-8 locale, which an Emacs developer does on occasion. Problem reported by Eli Zaretskii in: http://lists.gnu.org/archive/html/emacs-devel/2015-09/msg00966.html Don't bother with test files, as they aren't copied to the Emacs sour

Re: [PATCH] gitlog-to-changelog: trim only trailing whitespaces

2015-09-24 Thread Paul Eggert
Thanks, I installed that.

[PATCH] gitlog-to-changelog: trim only trailing whitespaces

2015-09-24 Thread Pavel Raiskup
This is fix for --format regression introduced by commit 2b93079a5d1baa4d; it caused that --format='%s%n%n%b%n' (see the doubled %n string) had no effect anymore. This format specification has been used e.g. by GNU paxuitils (commit edfd8bcc3). * build-aux/gitlog-to-changelog (main): Stop squash