aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-29 23:05:16 +0000
committerRichard M. Stallman1996-06-29 23:05:16 +0000
commit30ce15834d149a191fdfd5ee61dd5fb373fd2ddc (patch)
tree55ed9e736363037ba3e781696ce0af60b05256c3
parent11fc9165cdd3155c408fe5ded0aab7be1a149f7f (diff)
downloademacs-30ce15834d149a191fdfd5ee61dd5fb373fd2ddc.tar.gz
emacs-30ce15834d149a191fdfd5ee61dd5fb373fd2ddc.zip
(main): Add `GNU Emacs' to the response to --version.
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
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)
447 } 447 }
448 else 448 else
449 { 449 {
450 printf ("%s\n", XSTRING (tem)->data); 450 printf ("GNU Emacs %s\n", XSTRING (tem)->data);
451 exit (0); 451 exit (0);
452 } 452 }
453 } 453 }