summaryrefslogtreecommitdiff
path: root/lib/trigl.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/trigl.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/trigl.c')
-rw-r--r--lib/trigl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/trigl.c b/lib/trigl.c
index 653aab8a05..8279ee7f8c 100644
--- a/lib/trigl.c
+++ b/lib/trigl.c
@@ -1,4 +1,4 @@
-/* Quad-precision floating point argument reduction.
+/* Quad-precision floating point argument reduction. -*- coding: utf-8 -*-
Copyright (C) 1999, 2007, 2009-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>