diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2017-02-07 15:52:36 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2017-02-07 15:52:42 +0100 |
commit | 1af484f87e2e14d177a2352ea3db0bb1420317bf (patch) | |
tree | 6bbd9d5a400d1c3c2d12149471467a8bea718ef3 /lisp/gnus/gnus.el | |
parent | 4b59f53b673899bccb9f98925237999b03e5261c (diff) | |
download | emacs-1af484f87e2e14d177a2352ea3db0bb1420317bf.tar.gz |
Ensure that Gnus bugs show up in the Emacs tracker
* lisp/gnus/gnus.el (gnus-bug-package): Include Emacs in the
package spec.
Diffstat (limited to 'lisp/gnus/gnus.el')
-rw-r--r-- | lisp/gnus/gnus.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index ef6bd89c36e..d3edcd08513 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -2655,7 +2655,7 @@ such as a mark that says whether an article is stored in the cache "The mail address of the Gnus maintainers.") (defconst gnus-bug-package - "gnus" + "emacs,gnus" "The package to use in the bug submission.") (defvar gnus-info-nodes |