aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2013-09-15 09:19:33 +0100
committerGravatar David Bremner <bremner@debian.org>2013-09-15 08:56:13 -0300
commitb8faf2b543e2146ea0036ef417900889ffe63dfa (patch)
treede8ec7b031d73630a66fe7a3d81a8c64f95142e0 /contrib
parent302120362e7ce50c8d24544a4ff6254e8aaff6e8 (diff)
contrib: pick: bugfix use of mini-buffer history
pick was meant to use the same mini-buffer history but this failed because the interactive definition took place before the use search mini-buffer history part. Remove the interactive prompt to ensure the correct history is used.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/notmuch-pick/notmuch-pick.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el
index 5dcc9426..108a3f4f 100644
--- a/contrib/notmuch-pick/notmuch-pick.el
+++ b/contrib/notmuch-pick/notmuch-pick.el
@@ -899,7 +899,7 @@ The arguments are:
BUFFER-NAME: the name of the buffer to show the pick tree. If
it is nil \"*notmuch-pick\" followed by QUERY is used.
OPEN-TARGET: If TRUE open the target message in the message pane."
- (interactive "sNotmuch pick: ")
+ (interactive)
(if (null query)
(setq query (notmuch-read-query "Notmuch pick: ")))
(let ((buffer (get-buffer-create (generate-new-buffer-name