]> git.notmuchmail.org Git - notmuch/commitdiff
contrib: pick: remove unnecessary funcall
authorMark Walters <markwalters1009@gmail.com>
Mon, 3 Jun 2013 22:05:45 +0000 (23:05 +0100)
committerDavid Bremner <bremner@debian.org>
Tue, 4 Jun 2013 12:02:59 +0000 (09:02 -0300)
Remove unnecessary funcall. This keeps the pick function inline with
the recently tweaked show function.

contrib/notmuch-pick/notmuch-pick.el

index 0e66efa52c153ad3d6935203aa86e27d1ba059bd..10a2bf7220dd457f2d4970f4104b9b1669d834c0 100644 (file)
@@ -282,7 +282,7 @@ Does NOT change the database."
 (defun notmuch-pick-tag (&optional tag-changes)
   "Change tags for the current message"
   (interactive)
 (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 ()
   (notmuch-pick-tag-update-display tag-changes))
 
 (defun notmuch-pick-add-tag ()