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/mail/emacsbug.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/mail/emacsbug.el')
-rw-r--r-- | lisp/mail/emacsbug.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 7f3dc4454ab..efbc0668553 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -208,7 +208,11 @@ This requires either the macOS \"open\" command, or the freedesktop ;;;###autoload (defun report-emacs-bug (topic &optional unused) "Report a bug in GNU Emacs. -Prompts for bug subject. Leaves you in a mail buffer." +Prompts for bug subject. Leaves you in a mail buffer. + +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" (declare (advertised-calling-convention (topic) "24.5")) (interactive "sBug Subject: ") ;; The syntax `version;' is preferred to `[version]' because the @@ -270,7 +274,7 @@ Prompts for bug subject. Leaves you in a mail buffer." 'face 'link 'help-echo (concat "mouse-2, RET: Follow this link") 'action (lambda (button) - (browse-url "https://debbugs.gnu.org/")) + (browse-url "https://debbugs.gnu.org/cgi/pkgreport.cgi?package=emacs;max-bugs=100;base-order=1;bug-rev=1")) 'follow-link t) (insert ". Please check that |