projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3cebcf
)
Use compose-mail in submit-emacs-patch
author
Visuwesh
<visuweshm@gmail.com>
Thu, 14 Jul 2022 17:31:35 +0000
(19:31 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/mail/emacsbug.el
b/lisp/mail/emacsbug.el
index d743802eadeba85e813b68e5a8783da015c49186..6cc99c213489861868436c9170d3681ba7d1e1be 100644
(file)
--- 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))
- (
messag
e-mail-other-window report-emacs-bug-address subject)
+ (
compos
e-mail-other-window report-emacs-bug-address subject)
(message-goto-body)
(insert "\n\n\n")
(emacs-bug--system-description)