From da3338404bbf0fd1a64b5cc73028f09c499a2de1 Mon Sep 17 00:00:00 2001 From: Visuwesh Date: Thu, 14 Jul 2022 19:31:35 +0200 Subject: [PATCH] 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). --- lisp/mail/emacsbug.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5