comparison src/emacs.c @ 15572:ed3d11fbbfbf

(main): Add `GNU Emacs' to the response to --version.
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 Jun 1996 23:05:16 +0000
parents a5fae8e66ecd
children 1757da8f8f31
comparison
equal deleted inserted replaced
15571:d99336533cc0 15572:ed3d11fbbfbf
445 fprintf (stderr, "Invalid value of `emacs-version'\n"); 445 fprintf (stderr, "Invalid value of `emacs-version'\n");
446 exit (1); 446 exit (1);
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 }
454 454
455 /* Map in shared memory, if we are using that. */ 455 /* Map in shared memory, if we are using that. */