Mercurial > emacs
changeset 35653:96f71478797d
Add a coding: tag.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 27 Jan 2001 17:18:52 +0000 |
parents | 26d2f0a7687d |
children | 0035be368c02 |
files | lib-src/etags.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/etags.c Sat Jan 27 17:15:58 2001 +0000 +++ b/lib-src/etags.c Sat Jan 27 17:18:52 2001 +0000 @@ -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 @@ * 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