mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(print_version): Print VERSION as a string.
This commit is contained in:
parent
4bec19b298
commit
cc58274337
@ -303,7 +303,7 @@ void
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user