diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-07-19 20:39:27 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-07-19 20:39:27 +0100 |
commit | 37e0dbc97242a69da9f02039f5635261a307659a (patch) | |
tree | c4324d0ea870f743d0adeec13e25d703e85ca2d3 /lisp/gnus/gnus-msg.el | |
parent | 907618b3b51a653d111d7f5764da586fcee6da5e (diff) | |
parent | 5d2a83ea0e79308f85d06553483001b7cb2e3a14 (diff) | |
download | emacs-37e0dbc97242a69da9f02039f5635261a307659a.tar.gz emacs-37e0dbc97242a69da9f02039f5635261a307659a.tar.bz2 emacs-37e0dbc97242a69da9f02039f5635261a307659a.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/gnus/gnus-msg.el')
-rw-r--r-- | lisp/gnus/gnus-msg.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index daaea3980b5..cdfbf16db5e 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -1510,7 +1510,11 @@ If YANK is non-nil, include the original article." (gnus-inews-yank-articles (list (cdr gnus-article-current))))))) (defun gnus-bug (subject) - "Send a bug report to the Emacs maintainers." + "Send a bug report to the Emacs maintainers. + +Already submitted bugs can be found in the Emacs bug tracker: + + https://debbugs.gnu.org/cgi/pkgreport.cgi?package=emacs;max-bugs=100;base-order=1;bug-rev=1" (interactive "sBug Subject: ") (report-emacs-bug subject) (save-excursion |