]> git.notmuchmail.org Git - notmuch/commit
emacs: Fix mail composition under Emacs 23
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 2 Jan 2016 16:47:43 +0000 (17:47 +0100)
committerDavid Bremner <david@tethera.net>
Fri, 8 Jan 2016 12:32:48 +0000 (08:32 -0400)
commit7e20d26480553f57d53bd9ec28cae163c1ac91e3
tree07e90328e91639775d74b8b3228f21bfb7c078fd
parent87aa5aea5601a145c1163069a6d3ce7c4d190f1f
emacs: Fix mail composition under Emacs 23

Commit 570c0aeb40bd0c3af8174624a55e968f62c44f09 reworked
notmuch-mua-mail function in a way that worked only under Emacs 24.
The reason was that message-setup-1 took one argument less in Emacs
23.

We fix this by only supplying the return-action argument when it is
actually set by the caller.
emacs/notmuch-mua.el