mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
(print_help_and_exit): Fix bug report instructions.
This commit is contained in:
parent
af9fb32fb8
commit
5f54cae6cc
@ -1,5 +1,7 @@
|
||||
2009-10-15 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacsclient.c (print_help_and_exit): Fix bug report instructions.
|
||||
|
||||
* makefile.w32-in (echolisp): New rule.
|
||||
(clean): Delete echolisp.tmp.
|
||||
|
||||
|
@ -670,7 +670,7 @@ The following OPTIONS are accepted:\n\
|
||||
mode and try connecting again\n"
|
||||
#endif /* not WINDOWSNT */
|
||||
"\n\
|
||||
Report bugs to bug-gnu-emacs@gnu.org.\n", progname);
|
||||
Report bugs with M-x report-emacs-bug.\n", progname);
|
||||
exit (EXIT_SUCCESS);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user