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:
parent
a3cebcf3f1
commit
da3338404b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue