diff options
Diffstat (limited to 'lisp/mail/emacsbug.el')
-rw-r--r-- | lisp/mail/emacsbug.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 23b60be97f1..36d1dc7cac8 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -456,7 +456,8 @@ and send the mail again%s." (lambda () (when (y-or-n-p "Save this mail sending choice?") (customize-save-variable 'send-mail-function - send-mail-function)))))) + send-mail-function))) + nil t))) (or report-emacs-bug-no-confirmation ;; mailclient.el does not need a valid From (eq send-mail-function 'mailclient-send-it) |