mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-08 15:35:02 +00:00
Don't tag Gnus bugs with "gnus"
* lisp/gnus/gnus-msg.el (gnus-bug): Remove the bug package tags. * lisp/gnus/gnus.el (gnus-bug-package): Removed; Gnus doesn't have its own package any more in the bug tracker.
This commit is contained in:
parent
42e2367413
commit
b6fa580723
@ -1534,11 +1534,7 @@ If YANK is non-nil, include the original article."
|
||||
(message-pop-to-buffer "*Gnus Bug*"))
|
||||
(let ((message-this-is-mail t))
|
||||
(message-setup `((To . ,gnus-maintainer)
|
||||
(Subject . "")
|
||||
(X-Debbugs-Package
|
||||
. ,(format "%s" gnus-bug-package))
|
||||
(X-Debbugs-Version
|
||||
. ,(format "%s" (gnus-continuum-version))))))
|
||||
(Subject . ""))))
|
||||
(when gnus-bug-create-help-buffer
|
||||
(push `(gnus-bug-kill-buffer) message-send-actions))
|
||||
(goto-char (point-min))
|
||||
|
@ -2654,10 +2654,6 @@ such as a mark that says whether an article is stored in the cache
|
||||
"submit@debbugs.gnu.org (The Gnus Bugfixing Girls + Boys)"
|
||||
"The mail address of the Gnus maintainers.")
|
||||
|
||||
(defconst gnus-bug-package
|
||||
"gnus"
|
||||
"The package to use in the bug submission.")
|
||||
|
||||
(defvar gnus-info-nodes
|
||||
'((gnus-group-mode "(gnus)Group Buffer")
|
||||
(gnus-summary-mode "(gnus)Summary Buffer")
|
||||
|
Loading…
Reference in New Issue
Block a user