# HG changeset patch # User Francesco Potort # Date 752265422 0 # Node ID 7b1e944f583a574eee6b748078d33363f66bb835 # Parent 72f692faeb8c04dbdc77c0151b7bedf52b0cd5a9 Declares itself as "etags for emacs 19" instead of "etags for emacs 19.0". This revision has no ChangeLog entry. diff -r 72f692faeb8c -r 7b1e944f583a lib-src/etags.c --- 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); }