]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't tag Gnus bugs with "gnus"
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Jan 2017 23:29:24 +0000 (00:29 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Jan 2017 23:29:24 +0000 (00:29 +0100)
* 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.

lisp/gnus/gnus-msg.el
lisp/gnus/gnus.el

index 19111171198ee43e56e68cafa2cde490dc71302c..e56f50cdad13e90bee3b217913dfd56d334874da 100644 (file)
@@ -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))
index ef6bd89c36e7c360ab67d18e2b5ed68aff6253cc..bbf85fe584ac6198e6017cc9c3d331313949fc58 100644 (file)
@@ -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")