From: Glenn Morris Date: Wed, 13 Oct 2010 03:05:22 +0000 (-0700) Subject: * lisp/mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org. X-Git-Tag: emacs-pretest-23.2.90~62^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7163badd35f9dc49dc5c0a26d2c037f8d4fb5ee7;p=emacs.git * lisp/mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1084d601706..b4878cde2c1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-10-13 Glenn Morris + + * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org. + 2010-10-12 Juanma Barranquero * 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." (overlay-put (make-overlay pos (point)) 'face 'highlight)) (insert " if possible, because the Emacs maintainers usually do not have translators to read other languages for them.\n\n") - (insert (format "Your bug report will be posted to the %s mailing list" + (insert (format "Your report will be posted to the %s mailing list" reporting-address)) ;; Nowadays all bug reports end up there. ;;; (if pretest-p (insert ".\n\n") - (insert ",\nand to the gnu.emacs.bug news group.\n\n")) + (insert "\nand the gnu.emacs.bug news group, and at http://debbugs.gnu.org.\n\n")) (insert "Please describe exactly what actions triggered the bug\n" "and the precise symptoms of the bug. If you can, give\n" @@ -337,5 +337,4 @@ and send the mail again%s." (provide 'emacsbug) -;; arch-tag: 248b6523-c3b5-4fec-9a3f-0411fafa7d49 ;;; emacsbug.el ends here