From: Richard M. Stallman Date: Tue, 28 Apr 1998 21:33:28 +0000 (+0000) Subject: (main): Fix bug report address. X-Git-Tag: emacs-20.3~1266 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1176af4c516e80d0e076594e5738897c85c12f6;p=emacs.git (main): Fix bug report address. --- diff --git a/src/emacs.c b/src/emacs.c index 53927b654ad..a20e239da71 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -786,7 +786,7 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\ [--version] [--no-site-file]\n\ [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ [+linenum] file-to-visit [--kill]\n\ -Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see\n\ +Report bugs to bug-gnu-emacs@gnu.org. First, please see\n\ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); exit (0); }