# HG changeset patch # User Glenn Morris # Date 1255587117 0 # Node ID 1af242c07461e1a6a0ceef00cb6d333597dd421a # Parent f937670ddf40b06db5fc36603f8c4b5f461da0da (print_help_and_exit): Fix bug report instructions. diff -r f937670ddf40 -r 1af242c07461 lib-src/ChangeLog --- a/lib-src/ChangeLog Thu Oct 15 06:10:45 2009 +0000 +++ b/lib-src/ChangeLog Thu Oct 15 06:11:57 2009 +0000 @@ -1,5 +1,7 @@ 2009-10-15 Glenn Morris + * emacsclient.c (print_help_and_exit): Fix bug report instructions. + * makefile.w32-in (echolisp): New rule. (clean): Delete echolisp.tmp. diff -r f937670ddf40 -r 1af242c07461 lib-src/emacsclient.c --- a/lib-src/emacsclient.c Thu Oct 15 06:10:45 2009 +0000 +++ b/lib-src/emacsclient.c Thu Oct 15 06:11:57 2009 +0000 @@ -670,7 +670,7 @@ 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); }