diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2019-07-28 13:50:36 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-07-28 13:50:36 +0200 |
commit | 3806ddcb76ae19990c5e189b4f12991434d35bfd (patch) | |
tree | 3a75aec820c2e5088343c959a9f370a05c55f27c /lisp/mail | |
parent | 09b204142ee49b4d613b5590460f868bdc929b90 (diff) | |
download | emacs-3806ddcb76ae19990c5e189b4f12991434d35bfd.tar.gz emacs-3806ddcb76ae19990c5e189b4f12991434d35bfd.tar.bz2 emacs-3806ddcb76ae19990c5e189b4f12991434d35bfd.zip |
Allow the user to send a bug report after initially saying "no"
* lisp/mail/emacsbug.el (report-emacs-bug-hook): Don't remove the
address in the To: header (or the hook) after the user has said
"no" (bug#23799). This made it impossible for the user to do
touch-ups and then resent the bug report.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/emacsbug.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index c637e242c42..44765749fe7 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -433,11 +433,6 @@ usually do not have translators for other languages.\n\n"))) (unless (or report-emacs-bug-no-confirmation (yes-or-no-p "Send this bug report to the Emacs maintainers? ")) - (goto-char (point-min)) - (if (search-forward "To: ") - (delete-region (point) (line-end-position))) - (if report-emacs-bug-send-hook - (kill-local-variable report-emacs-bug-send-hook)) (with-output-to-temp-buffer "*Bug Help*" (princ (substitute-command-keys (format "\ |