summaryrefslogtreecommitdiff
path: root/lib/copy-acl.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/copy-acl.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/copy-acl.c')
-rw-r--r--lib/copy-acl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/copy-acl.c b/lib/copy-acl.c
index 49679eb9b3..2be8c9e2a0 100644
--- a/lib/copy-acl.c
+++ b/lib/copy-acl.c
@@ -1,4 +1,4 @@
-/* copy-acl.c - copy access control list from one file to another file
+/* Copy access control list from one file to file. -*- coding: utf-8 -*-
Copyright (C) 2002-2003, 2005-2015 Free Software Foundation, Inc.