]> git.eshelyaron.com Git - emacs.git/commitdiff
Use compose-mail in submit-emacs-patch
authorVisuwesh <visuweshm@gmail.com>
Thu, 14 Jul 2022 17:31:35 +0000 (19:31 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2022 17:34:43 +0000 (19:34 +0200)
* lisp/mail/emacsbug.el (submit-emacs-patch): Prefer
compose-mail-other-window over message-mail-other-window (bug#56555).

lisp/mail/emacsbug.el

index d743802eadeba85e813b68e5a8783da015c49186..6cc99c213489861868436c9170d3681ba7d1e1be 100644 (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)