summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-01-27 17:18:52 +0000
committerEli Zaretskii <eliz@gnu.org>2001-01-27 17:18:52 +0000
commit76a91ae21a68f655fbc1f44ac5838aad2a31c1de (patch)
treebaad348746453fb3dcbb4ffa1655c6f3bf760043
parent4c5f7215bf228472d5c47dcbd231a9d3a8152713 (diff)
downloademacs-76a91ae21a68f655fbc1f44ac5838aad2a31c1de.tar.gz
Add a coding: tag.
-rw-r--r--lib-src/etags.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index f9e43625996..a2615da941c 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -1,5 +1,5 @@
-/* Tags file maker to go with GNU Emacs
- Copyright (C) 1984, 87, 88, 89, 93, 94, 95, 98, 99, 2000
+/* Tags file maker to go with GNU Emacs -*- coding: latin-1 -*-
+ Copyright (C) 1984, 87, 88, 89, 93, 94, 95, 98, 99, 2000, 2001
Free Software Foundation, Inc. and Ken Arnold
This file is not considered part of GNU Emacs.
@@ -32,7 +32,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
* Francesco Potort́ <pot@gnu.org> has maintained it since 1993.
*/
-char pot_etags_version[] = "@(#) pot number is $Revision: 13.59 $";
+char pot_etags_version[] = "@(#) pot number is $Revision: 2.79 $";
#define TRUE 1
#define FALSE 0