]> git.notmuchmail.org Git - notmuch/commit
emacs: Don't use nconc on quoted list
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 6 Jan 2016 21:28:45 +0000 (22:28 +0100)
committerDavid Bremner <david@tethera.net>
Fri, 8 Jan 2016 12:32:49 +0000 (08:32 -0400)
commit10f4724a8d51a411d8f63d9449a38cd71bee6ae9
treea849ed059ac1c37df94d38139cf93c29673483c0
parent1de4d5bb0d2bdcf9d14736b86a417d32e8c8668a
emacs: Don't use nconc on quoted list

As pointed out by David Bremner, Elisp manual says "A common pitfall
is to use a quoted constant list as a non-last argument to ‘nconc’."
Since this was the case in recently added code, we fix it here.
emacs/notmuch-mua.el