[PATCH] contrib: pick: remove unnecessary funcall

Mark Walters markwalters1009 at gmail.com
Mon Jun 3 15:05:45 PDT 2013


Remove unnecessary funcall. This keeps the pick function inline with
the recently tweaked show function.
---
 contrib/notmuch-pick/notmuch-pick.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el
index 0e66efa..10a2bf7 100644
--- a/contrib/notmuch-pick/notmuch-pick.el
+++ b/contrib/notmuch-pick/notmuch-pick.el
@@ -282,7 +282,7 @@ Does NOT change the database."
 (defun notmuch-pick-tag (&optional tag-changes)
   "Change tags for the current message"
   (interactive)
-  (setq tag-changes (funcall 'notmuch-tag (notmuch-pick-get-message-id) tag-changes))
+  (setq tag-changes (notmuch-tag (notmuch-pick-get-message-id) tag-changes))
   (notmuch-pick-tag-update-display tag-changes))
 
 (defun notmuch-pick-add-tag ()
-- 
1.7.9.1



More information about the notmuch mailing list