summaryrefslogtreecommitdiff
path: root/lib/acl-internal.c
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 /lib/acl-internal.c
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 'lib/acl-internal.c')
-rw-r--r--lib/acl-internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/acl-internal.c b/lib/acl-internal.c
index 1eaa671bd3..c1b70176ac 100644
--- a/lib/acl-internal.c
+++ b/lib/acl-internal.c
@@ -1,4 +1,4 @@
-/* Test whether a file has a nontrivial access control list.
+/* Test whether a file has a nontrivial ACL. -*- coding: utf-8 -*-
Copyright (C) 2002-2003, 2005-2015 Free Software Foundation, Inc.