diff options
| author | Richard M. Stallman | 1996-06-29 23:05:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-06-29 23:05:16 +0000 |
| commit | 30ce15834d149a191fdfd5ee61dd5fb373fd2ddc (patch) | |
| tree | 55ed9e736363037ba3e781696ce0af60b05256c3 /src | |
| parent | 11fc9165cdd3155c408fe5ded0aab7be1a149f7f (diff) | |
| download | emacs-30ce15834d149a191fdfd5ee61dd5fb373fd2ddc.tar.gz emacs-30ce15834d149a191fdfd5ee61dd5fb373fd2ddc.zip | |
(main): Add `GNU Emacs' to the response to --version.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
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 | } |