1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

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).
This commit is contained in:
Visuwesh 2022-07-14 19:31:35 +02:00 committed by Lars Ingebrigtsen
parent a3cebcf3f1
commit da3338404b

View file

@ -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)