]> git.eshelyaron.com Git - emacs.git/commit
Fix submit-emacs-patch
authorDamien Cassou <damien@cassou.me>
Sun, 22 May 2022 06:32:38 +0000 (08:32 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 22 May 2022 11:24:21 +0000 (13:24 +0200)
commit959d041677205a370b21bc89503fa1d7e5a9bd6b
tree0de241598bb73e1b60d61276f2b93f65aae9692b
parent35d0190b0b91c085c73bbe6c2b8e93ea8288b589
Fix submit-emacs-patch

submit-emacs-patch creates a new message and immediately inserts new
lines without first moving the point to the message body.  This
doesn't work with notmuch (and its notmuch-user-agent symbol) because
the point starts in the headers and nothing in Emacs specifies that
the mua should move point to the body automatically.

* lisp/mail/emacsbug.el (submit-emacs-patch): Make sure point is in
the body before inserting new lines (bug#55571).
lisp/mail/emacsbug.el