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


No differences found