diff options
| author | Francesco Potortì | 1993-11-02 18:37:02 +0000 |
|---|---|---|
| committer | Francesco Potortì | 1993-11-02 18:37:02 +0000 |
| commit | 0aaf5c4ab9114b206ce227e6edfabba43f2286c5 (patch) | |
| tree | e977f124c80b156bfe0cbbf4ffb1e7979e903240 /lib-src | |
| parent | 3c92186cd2db152db17f55ac3ad6e60c8249f0e1 (diff) | |
| download | emacs-0aaf5c4ab9114b206ce227e6edfabba43f2286c5.tar.gz emacs-0aaf5c4ab9114b206ce227e6edfabba43f2286c5.zip | |
Declares itself as "etags for emacs 19" instead of "etags for emacs 19.0".
This revision has no ChangeLog entry.
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 | } |