]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak c-mode bug reporting address
authorGlenn Morris <rgm@gnu.org>
Sun, 23 May 2021 23:03:03 +0000 (16:03 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 23 May 2021 23:03:34 +0000 (16:03 -0700)
* 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

index a8f16627722336f2117543cf4f4cd8d607d5ba9c..51085495bd8dea4470f879e605a7af19f1dfdedf 100644 (file)
@@ -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 ()