From: Visuwesh Date: Thu, 14 Jul 2022 17:31:35 +0000 (+0200) Subject: Use compose-mail in submit-emacs-patch X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~1886^2~932 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=da3338404bbf0fd1a64b5cc73028f09c499a2de1;p=emacs.git Use compose-mail in submit-emacs-patch * lisp/mail/emacsbug.el (submit-emacs-patch): Prefer compose-mail-other-window over message-mail-other-window (bug#56555). --- diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index d743802eade..6cc99c21348 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -518,7 +518,7 @@ Message buffer where you can explain more about the patch." (goto-char (point-min)) (view-mode 1) (button-mode 1)) - (message-mail-other-window report-emacs-bug-address subject) + (compose-mail-other-window report-emacs-bug-address subject) (message-goto-body) (insert "\n\n\n") (emacs-bug--system-description)