From c38e0c974e11c5c273ef8f6adb58442f4e30f460 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 5 Mar 2013 09:13:01 -0800 Subject: Prefer UTF-8 when the encoding shouldn't matter and changes are small. --- lib-src/etags.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib-src') diff --git a/lib-src/etags.c b/lib-src/etags.c index ec96f45fc94..c1e12e95da4 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -1,4 +1,4 @@ -/* Tags file maker to go with GNU Emacs -*- coding: latin-1 -*- +/* Tags file maker to go with GNU Emacs -*- coding: utf-8 -*- Copyright (C) 1984 The Regents of the University of California @@ -64,12 +64,12 @@ University of California, as described above. */ * 1985 Emacs TAGS format by Richard Stallman. * 1989 Sam Kendall added C++. * 1992 Joseph B. Wells improved C and C++ parsing. - * 1993 Francesco Potortì reorganized C and C++. + * 1993 Francesco Potortì reorganized C and C++. * 1994 Line-by-line regexp tags by Tom Tromey. - * 2001 Nested classes by Francesco Potortì (concept by Mykola Dzyuba). - * 2002 #line directives by Francesco Potortì. + * 2001 Nested classes by Francesco Potortì (concept by Mykola Dzyuba). + * 2002 #line directives by Francesco Potortì. * - * Francesco Potortì has maintained and improved it since 1993. + * Francesco Potortì has maintained and improved it since 1993. */ /* @@ -4275,7 +4275,7 @@ Asm_labels (FILE *inf) * Perl variable names: /^(my|local).../ * Original code by Bart Robinson (1995) * Additions by Michael Ernst (1997) - * Ideas by Kai Großjohann (2001) + * Ideas by Kai Großjohann (2001) */ static void Perl_functions (FILE *inf) @@ -5105,7 +5105,7 @@ Texinfo_nodes (FILE *inf) * Contents of , <h1>, <h2>, <h3> are tags. * Contents of <a name=xxx> are tags with name xxx. * - * Francesco Potortì, 2002. + * Francesco Potortì, 2002. */ static void HTML_labels (FILE *inf) -- cgit v1.2.1