emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b6fa580: Don't tag Gnus bugs with "gnus"


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master b6fa580: Don't tag Gnus bugs with "gnus"
Date: Tue, 24 Jan 2017 23:29:43 +0000 (UTC)

branch: master
commit b6fa58072304c2a24f1fe8a0e06a4739a7f8211b
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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.
---
 lisp/gnus/gnus-msg.el |    6 +-----
 lisp/gnus/gnus.el     |    4 ----
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el
index 1911117..e56f50c 100644
--- a/lisp/gnus/gnus-msg.el
+++ b/lisp/gnus/gnus-msg.el
@@ -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))
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el
index ef6bd89..bbf85fe 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -2654,10 +2654,6 @@ such as a mark that says whether an article is stored in 
the cache
   "address@hidden (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]