emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 3806ddc 1/2: Allow the user to send a bug report af


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 3806ddc 1/2: Allow the user to send a bug report after initially saying "no"
Date: Sun, 28 Jul 2019 07:55:27 -0400 (EDT)

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

    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.
---
 lisp/mail/emacsbug.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index c637e24..4476574 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 "\



reply via email to

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