From 0aaf5c4ab9114b206ce227e6edfabba43f2286c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Tue, 2 Nov 1993 18:37:02 +0000 Subject: [PATCH] Declares itself as "etags for emacs 19" instead of "etags for emacs 19.0". This revision has no ChangeLog entry. --- lib-src/etags.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.39.5