Mercurial > emacs
changeset 7049:47965b6c2195
(print_version): Print VERSION as a string.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 23 Apr 1994 07:08:49 +0000 |
parents | d4575065e6aa |
children | 0f0d9a0f6c4b |
files | lib-src/etags.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/etags.c Sat Apr 23 06:52:33 1994 +0000 +++ b/lib-src/etags.c Sat Apr 23 07:08:49 1994 +0000 @@ -303,7 +303,7 @@ print_version () { #ifdef VERSION - printf ("%s for Emacs version %g.\n", (CTAGS) ? "CTAGS" : "ETAGS", VERSION); + printf ("%s for Emacs version %s.\n", (CTAGS) ? "CTAGS" : "ETAGS", VERSION); #else printf ("%s for Emacs version 19.\n", (CTAGS) ? "CTAGS" : "ETAGS"); #endif