1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 06:21:02 -08:00

(main): Add `GNU Emacs' to the response to --version.

This commit is contained in:
Richard M. Stallman 1996-06-29 23:05:16 +00:00
parent 11fc9165cd
commit 30ce15834d

View file

@ -447,7 +447,7 @@ main (argc, argv, envp)
}
else
{
printf ("%s\n", XSTRING (tem)->data);
printf ("GNU Emacs %s\n", XSTRING (tem)->data);
exit (0);
}
}