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:
parent
11fc9165cd
commit
30ce15834d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue