From: Francesco Potortì Date: Tue, 2 Nov 1993 18:37:02 +0000 (+0000) Subject: Declares itself as "etags for emacs 19" instead of "etags for emacs 19.0". X-Git-Tag: emacs-19.34~10947 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0aaf5c4ab9114b206ce227e6edfabba43f2286c5;p=emacs.git Declares itself as "etags for emacs 19" instead of "etags for emacs 19.0". This revision has no ChangeLog entry. --- diff --git a/lib-src/etags.c b/lib-src/etags.c index 491b3d5f51c..b1ba819d644 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -25,7 +25,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ * 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 @@ print_version () #ifdef ETAGS printf ("ETAGS "); #endif - printf ("for Emacs version 19.0.\n"); + printf ("for Emacs version 19.\n"); exit (0); }