diff options
author | Glenn Morris <rgm@gnu.org> | 2021-05-23 16:03:03 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2021-05-23 16:03:34 -0700 |
commit | 19c14be04fec3ae958bd14623ca2f8f84a53915f (patch) | |
tree | 16251193c729139d5f4babf0086ef4066ff8bd37 /lisp/progmodes/cc-mode.el | |
parent | 2e55201b8085d64c76d9a35bffff90a02133647e (diff) | |
download | emacs-19c14be04fec3ae958bd14623ca2f8f84a53915f.tar.gz emacs-19c14be04fec3ae958bd14623ca2f8f84a53915f.tar.bz2 emacs-19c14be04fec3ae958bd14623ca2f8f84a53915f.zip |
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.el | 2 |
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 () |