From: Michal Sojka Date: Sat, 2 Jan 2016 16:47:43 +0000 (+0100) Subject: emacs: Fix mail composition under Emacs 23 X-Git-Tag: 0.22_rc0~84 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;ds=sidebyside;h=7e20d26480553f57d53bd9ec28cae163c1ac91e3;hp=7e20d26480553f57d53bd9ec28cae163c1ac91e3;p=notmuch 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. ---