From: Richard M. Stallman Date: Sat, 29 Jun 1996 23:05:16 +0000 (+0000) Subject: (main): Add `GNU Emacs' to the response to --version. X-Git-Tag: emacs-19.34~290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=30ce15834d149a191fdfd5ee61dd5fb373fd2ddc;p=emacs.git (main): Add `GNU Emacs' to the response to --version. --- diff --git a/src/emacs.c b/src/emacs.c index d4692045ca2..6c7d7edbf0e 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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); } }