projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98834c2
)
contrib: pick: remove unnecessary funcall
author
Mark Walters
<markwalters1009@gmail.com>
Mon, 3 Jun 2013 22:05:45 +0000
(23:05 +0100)
committer
David 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
patch
|
blob
|
history
diff --git
a/contrib/notmuch-pick/notmuch-pick.el
b/contrib/notmuch-pick/notmuch-pick.el
index 0e66efa52c153ad3d6935203aa86e27d1ba059bd..10a2bf7220dd457f2d4970f4104b9b1669d834c0 100644
(file)
--- 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 ()