# HG changeset patch # User Richard M. Stallman # Date 836089516 0 # Node ID ed3d11fbbfbf53c210b34199aa49c296a87b1262 # Parent d99336533cc0537deb0637c53931561be21b2ace (main): Add `GNU Emacs' to the response to --version. diff -r d99336533cc0 -r ed3d11fbbfbf src/emacs.c --- a/src/emacs.c Sat Jun 29 20:04:54 1996 +0000 +++ b/src/emacs.c Sat Jun 29 23:05:16 1996 +0000 @@ -447,7 +447,7 @@ } else { - printf ("%s\n", XSTRING (tem)->data); + printf ("GNU Emacs %s\n", XSTRING (tem)->data); exit (0); } }