From: Eli Zaretskii Date: Sat, 27 Jan 2001 17:18:52 +0000 (+0000) Subject: Add a coding: tag. X-Git-Tag: emacs-pretest-21.0.96~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76a91ae21a68f655fbc1f44ac5838aad2a31c1de;p=emacs.git Add a coding: tag. --- 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ì 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