diff options
| author | Glenn Morris | 2009-10-15 06:11:57 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-10-15 06:11:57 +0000 |
| commit | 5f54cae6cc23c593e57692951e1626b1407bbac2 (patch) | |
| tree | c7b34da3406ef33f415b55099ebd8cecd55e7253 /lib-src | |
| parent | af9fb32fb8d7bd45a1d6ae1aeb4121d4ff83d5d7 (diff) | |
| download | emacs-5f54cae6cc23c593e57692951e1626b1407bbac2.tar.gz emacs-5f54cae6cc23c593e57692951e1626b1407bbac2.zip | |
(print_help_and_exit): Fix bug report instructions.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 2 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2a62151c3c3..bcdfb434602 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2009-10-15 Glenn Morris <rgm@gnu.org> | 1 | 2009-10-15 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * emacsclient.c (print_help_and_exit): Fix bug report instructions. | ||
| 4 | |||
| 3 | * makefile.w32-in (echolisp): New rule. | 5 | * makefile.w32-in (echolisp): New rule. |
| 4 | (clean): Delete echolisp.tmp. | 6 | (clean): Delete echolisp.tmp. |
| 5 | 7 | ||
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 8bc3b8a144e..e818f2f9202 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -670,7 +670,7 @@ The following OPTIONS are accepted:\n\ | |||
| 670 | mode and try connecting again\n" | 670 | mode and try connecting again\n" |
| 671 | #endif /* not WINDOWSNT */ | 671 | #endif /* not WINDOWSNT */ |
| 672 | "\n\ | 672 | "\n\ |
| 673 | Report bugs to bug-gnu-emacs@gnu.org.\n", progname); | 673 | Report bugs with M-x report-emacs-bug.\n", progname); |
| 674 | exit (EXIT_SUCCESS); | 674 | exit (EXIT_SUCCESS); |
| 675 | } | 675 | } |
| 676 | 676 | ||