From 19c14be04fec3ae958bd14623ca2f8f84a53915f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 23 May 2021 16:03:03 -0700 Subject: [PATCH] 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". --- lisp/progmodes/cc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- 2.39.5