summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-mode.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2021-05-23 16:03:03 -0700
committerGlenn Morris <rgm@gnu.org>2021-05-23 16:03:34 -0700
commit19c14be04fec3ae958bd14623ca2f8f84a53915f (patch)
tree16251193c729139d5f4babf0086ef4066ff8bd37 /lisp/progmodes/cc-mode.el
parent2e55201b8085d64c76d9a35bffff90a02133647e (diff)
downloademacs-19c14be04fec3ae958bd14623ca2f8f84a53915f.tar.gz
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".
Diffstat (limited to 'lisp/progmodes/cc-mode.el')
-rw-r--r--lisp/progmodes/cc-mode.el2
1 files changed, 1 insertions, 1 deletions
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 ()