diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 4 |
1 files 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. */ | |||
| 25 | * Gnu Emacs TAGS format and modifications by RMS? | 25 | * Gnu Emacs TAGS format and modifications by RMS? |
| 26 | * Sam Kendall added C++. | 26 | * Sam Kendall added C++. |
| 27 | * | 27 | * |
| 28 | * Francesco Potorti` (pot@cnuce.cnr.it) is the current maintainer. 9.4 | 28 | * Francesco Potorti` (pot@cnuce.cnr.it) is the current maintainer. 9.5 |
| 29 | */ | 29 | */ |
| 30 | 30 | ||
| 31 | #ifdef HAVE_CONFIG_H | 31 | #ifdef HAVE_CONFIG_H |
| @@ -436,7 +436,7 @@ print_version () | |||
| 436 | #ifdef ETAGS | 436 | #ifdef ETAGS |
| 437 | printf ("ETAGS "); | 437 | printf ("ETAGS "); |
| 438 | #endif | 438 | #endif |
| 439 | printf ("for Emacs version 19.0.\n"); | 439 | printf ("for Emacs version 19.\n"); |
| 440 | 440 | ||
| 441 | exit (0); | 441 | exit (0); |
| 442 | } | 442 | } |