From: Glenn Morris Date: Sun, 23 May 2021 23:03:03 +0000 (-0700) Subject: Tweak c-mode bug reporting address X-Git-Tag: emacs-28.0.90~2351 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19c14be04fec3ae958bd14623ca2f8f84a53915f;p=emacs.git Tweak c-mode bug reporting address * lisp/progmodes/cc-mode.el (c-mode-help-address): Switch to bug-gnu-emacs. This is an alias for the previous submit@debbugs address, except that if no Package header can be found, as often seems to happen for cc-mode reports, debbugs will assign the report to the "emacs" package rather than to "debbugs.gnu.org". --- diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el index a8f16627722..51085495bd8 100644 --- a/lisp/progmodes/cc-mode.el +++ b/lisp/progmodes/cc-mode.el @@ -2979,7 +2979,7 @@ Key bindings: ;; bug reporting (defconst c-mode-help-address - "submit@debbugs.gnu.org" + "bug-gnu-emacs@gnu.org" "Address(es) for CC Mode bug reports.") (defun c-version ()