summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-09-24 13:22:23 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-09-24 13:25:37 -0700
commitf406941a8a2ec5fbf3eacc386b9be09d6593d53b (patch)
treee795fb42ba658b06b8b456b9c491f7848fa066c4 /modules
parent720ba29ae46cdf71a2560c19cf3d781b371a6f0a (diff)
downloadgnulib-f406941a8a2ec5fbf3eacc386b9be09d6593d53b.tar.gz
maint: add coding cookies to non-ASCII sources
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 source directory. If this problem affects test files in some other GNU project, we can add coding cookies to the non-ASCII test files later.
Diffstat (limited to 'modules')
-rw-r--r--modules/passfd4
-rw-r--r--modules/timer-time4
2 files changed, 8 insertions, 0 deletions
diff --git a/modules/passfd b/modules/passfd
index b3d8a3c022..5e5c15f559 100644
--- a/modules/passfd
+++ b/modules/passfd
@@ -28,3 +28,7 @@ LGPLv2+
Maintainer:
Bastien ROUCARIÈS
+
+Local Variables:
+coding: utf-8
+End:
diff --git a/modules/timer-time b/modules/timer-time
index 7bf8079dcd..e3668c86a5 100644
--- a/modules/timer-time
+++ b/modules/timer-time
@@ -25,3 +25,7 @@ LGPLv2+
Maintainer:
Pádraig Brady, Paul Eggert, Jim Meyering
+
+Local Variables:
+coding: utf-8
+End: