Mercurial > emacs
changeset 4904:7b1e944f583a
Declares itself as "etags for emacs 19" instead of "etags for emacs 19.0".
This revision has no ChangeLog entry.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Tue, 02 Nov 1993 18:37:02 +0000 |
parents | 72f692faeb8c |
children | 710950ca1b49 |
files | lib-src/etags.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/etags.c Tue Nov 02 04:59:22 1993 +0000 +++ b/lib-src/etags.c Tue Nov 02 18:37:02 1993 +0000 @@ -25,7 +25,7 @@ * Gnu Emacs TAGS format and modifications by RMS? * Sam Kendall added C++. * - * Francesco Potorti` (pot@cnuce.cnr.it) is the current maintainer. 9.4 + * Francesco Potorti` (pot@cnuce.cnr.it) is the current maintainer. 9.5 */ #ifdef HAVE_CONFIG_H @@ -436,7 +436,7 @@ #ifdef ETAGS printf ("ETAGS "); #endif - printf ("for Emacs version 19.0.\n"); + printf ("for Emacs version 19.\n"); exit (0); }