# HG changeset patch # User Richard M. Stallman # Date 841267638 0 # Node ID 1757da8f8f3106eab16f16aec87b14146b6cb6f2 # Parent 0807c87a589f4a4d624668a4d62bde37a91c4123 (main): Add bug report info in --help message. diff -r 0807c87a589f -r 1757da8f8f31 src/emacs.c --- a/src/emacs.c Wed Aug 28 20:16:51 1996 +0000 +++ b/src/emacs.c Wed Aug 28 21:27:18 1996 +0000 @@ -603,7 +603,9 @@ [-q] [--no-init-file] [-u user] [--user user] [--debug-init]\n\ [--version] [--no-site-file]\n\ [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ - [+linenum] file-to-visit [--kill]\n", argv[0]); + [+linenum] file-to-visit [--kill]\n\ +Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see\n\ +the Bugs section of the Emacs manual or the file BUGS.", argv[0]); exit (0); }