diff gnulib-tool @ 18109:244355088b86

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.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 24 Sep 2015 13:22:23 -0700
parents 233fe336b370
children e212f9b1ce05
line wrap: on
line diff
--- a/gnulib-tool	Thu Sep 24 17:17:38 2015 +0200
+++ b/gnulib-tool	Thu Sep 24 13:22:23 2015 -0700
@@ -4312,7 +4312,7 @@
             fi
           done
         else
-          # This loop has O(N²) worst-case run time.
+          # This loop has O(N**2) worst-case run time.
           for module in $cached_specified_modules; do
             to_remove=
             for m in $1; do