]> git.cworth.org Git - obsolete/notmuch-old/commit
emacs: replace (funcall 'foo ...) with (foo ...)
authorDavid Bremner <bremner@debian.org>
Sun, 2 Jun 2013 12:16:10 +0000 (09:16 -0300)
committerDavid Bremner <bremner@debian.org>
Sun, 2 Jun 2013 14:37:22 +0000 (11:37 -0300)
commit9de0639126091fa0e48cfde69e3f6044d167a76a
treecda5dd0af093ebf029b281d1ed3db4154725868c
parent5461c31d648f8ee6a8fb713c96ad10bc6d733c29
emacs: replace (funcall 'foo ...) with (foo ...)

I can't see any benefit to the funcall, and it looks like the result
of cut-and-paste from some code that actually used a variable for the
function to call.
emacs/notmuch-message.el
emacs/notmuch-show.el
emacs/notmuch.el