]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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.


No differences found