aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-10-12 20:05:22 -0700
committerGlenn Morris2010-10-12 20:05:22 -0700
commit7163badd35f9dc49dc5c0a26d2c037f8d4fb5ee7 (patch)
treef40e76a8af00c3df9bb96eddc27d0a617cef18e2
parentc0943d3db2b2737d5092e887fd22d7088c3ca43d (diff)
downloademacs-7163badd35f9dc49dc5c0a26d2c037f8d4fb5ee7.tar.gz
emacs-7163badd35f9dc49dc5c0a26d2c037f8d4fb5ee7.zip
* lisp/mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/mail/emacsbug.el5
2 files changed, 6 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1084d601706..b4878cde2c1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12010-10-13 Glenn Morris <rgm@gnu.org>
2
3 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
4
12010-10-12 Juanma Barranquero <lekktu@gmail.com> 52010-10-12 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * international/mule.el (define-coding-system): 7 * international/mule.el (define-coding-system):
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index 5dddf00fd71..373e2231e94 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -134,11 +134,11 @@ Prompts for bug subject. Leaves you in a mail buffer."
134 (overlay-put (make-overlay pos (point)) 'face 'highlight)) 134 (overlay-put (make-overlay pos (point)) 'face 'highlight))
135 (insert " if possible, because the Emacs maintainers 135 (insert " if possible, because the Emacs maintainers
136usually do not have translators to read other languages for them.\n\n") 136usually do not have translators to read other languages for them.\n\n")
137 (insert (format "Your bug report will be posted to the %s mailing list" 137 (insert (format "Your report will be posted to the %s mailing list"
138 reporting-address)) 138 reporting-address))
139 ;; Nowadays all bug reports end up there. 139 ;; Nowadays all bug reports end up there.
140;;; (if pretest-p (insert ".\n\n") 140;;; (if pretest-p (insert ".\n\n")
141 (insert ",\nand to the gnu.emacs.bug news group.\n\n")) 141 (insert "\nand the gnu.emacs.bug news group, and at http://debbugs.gnu.org.\n\n"))
142 142
143 (insert "Please describe exactly what actions triggered the bug\n" 143 (insert "Please describe exactly what actions triggered the bug\n"
144 "and the precise symptoms of the bug. If you can, give\n" 144 "and the precise symptoms of the bug. If you can, give\n"
@@ -337,5 +337,4 @@ and send the mail again%s."
337 337
338(provide 'emacsbug) 338(provide 'emacsbug)
339 339
340;; arch-tag: 248b6523-c3b5-4fec-9a3f-0411fafa7d49
341;;; emacsbug.el ends here 340;;; emacsbug.el ends here