# HG changeset patch # User Glenn Morris # Date 1286939122 25200 # Node ID 3c6608402b1e821efb9e28e0c86bcff33bc81ae7 # Parent cda2045a5ee86ca921c00ab8b1eecd04c2481eb4 * lisp/mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org. diff -r cda2045a5ee8 -r 3c6608402b1e lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 13 01:25:19 2010 +0200 +++ b/lisp/ChangeLog Tue Oct 12 20:05:22 2010 -0700 @@ -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 -r cda2045a5ee8 -r 3c6608402b1e lisp/mail/emacsbug.el --- a/lisp/mail/emacsbug.el Wed Oct 13 01:25:19 2010 +0200 +++ b/lisp/mail/emacsbug.el Tue Oct 12 20:05:22 2010 -0700 @@ -134,11 +134,11 @@ (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 @@ (provide 'emacsbug) -;; arch-tag: 248b6523-c3b5-4fec-9a3f-0411fafa7d49 ;;; emacsbug.el ends here