Mercurial > emacs
changeset 25399:307d2eb37259
(decode_options): Update version output.
(print_help_and_exit): Update bug report address.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 25 Aug 1999 16:19:01 +0000 |
parents | 4b8cf5270829 |
children | c75839c09c84 |
files | lib-src/emacsclient.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/emacsclient.c Wed Aug 25 16:15:29 1999 +0000 +++ b/lib-src/emacsclient.c Wed Aug 25 16:19:01 1999 +0000 @@ -90,7 +90,7 @@ break; case 'V': - fprintf (stderr, "Version %s\n", VERSION); + fprintf (stderr, "emacsclient %s\n", VERSION); exit (1); break; @@ -108,7 +108,7 @@ "Usage: %s [-n] [--no-wait] [+LINENUMBER] FILENAME\n", progname); fprintf (stderr, - "Report bugs to bug-gnu-emacs@prep.ai.mit.edu.\n"); + "Report bugs to bug-gnu-emacs@gnu.org.\n"); exit (1); }