aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorEli Zaretskii2001-01-27 17:18:52 +0000
committerEli Zaretskii2001-01-27 17:18:52 +0000
commit76a91ae21a68f655fbc1f44ac5838aad2a31c1de (patch)
treebaad348746453fb3dcbb4ffa1655c6f3bf760043 /lib-src
parent4c5f7215bf228472d5c47dcbd231a9d3a8152713 (diff)
downloademacs-76a91ae21a68f655fbc1f44ac5838aad2a31c1de.tar.gz
emacs-76a91ae21a68f655fbc1f44ac5838aad2a31c1de.zip
Add a coding: tag.
Diffstat (limited to 'lib-src')
-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 @@
1/* Tags file maker to go with GNU Emacs 1/* Tags file maker to go with GNU Emacs -*- coding: latin-1 -*-
2 Copyright (C) 1984, 87, 88, 89, 93, 94, 95, 98, 99, 2000 2 Copyright (C) 1984, 87, 88, 89, 93, 94, 95, 98, 99, 2000, 2001
3 Free Software Foundation, Inc. and Ken Arnold 3 Free Software Foundation, Inc. and Ken Arnold
4 4
5This file is not considered part of GNU Emacs. 5This file is not considered part of GNU Emacs.
@@ -32,7 +32,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
32 * Francesco Potort́ <pot@gnu.org> has maintained it since 1993. 32 * Francesco Potort́ <pot@gnu.org> has maintained it since 1993.
33 */ 33 */
34 34
35char pot_etags_version[] = "@(#) pot number is $Revision: 13.59 $"; 35char pot_etags_version[] = "@(#) pot number is $Revision: 2.79 $";
36 36
37#define TRUE 1 37#define TRUE 1
38#define FALSE 0 38#define FALSE 0