aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2013-07-01 08:54:03 +0100
committerGravatar David Bremner <bremner@debian.org>2013-07-04 00:37:47 -0300
commit1ed9db6c30ac129b1a296da56be3aa58aaa205eb (patch)
tree020505ba51f8a3f94175209d9cfc7937bafe912f /contrib
parent3d772a0a85f64604993d55930a62eafa1ba0712d (diff)
contrib: pick: remove unused function
The function notmuch-pick-show-error was used before Austin's improved error handling. It is now redundant so remove.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/notmuch-pick/notmuch-pick.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el
index 25ea4c2b..7c313e7a 100644
--- a/contrib/notmuch-pick/notmuch-pick.el
+++ b/contrib/notmuch-pick/notmuch-pick.el
@@ -764,15 +764,6 @@ Complete list of currently available key bindings:
(insert (format " (process returned %d)" exit-status)))
(insert "\n")))))))))
-
-(defun notmuch-pick-show-error (string &rest objects)
- (save-excursion
- (goto-char (point-max))
- (insert "Error: Unexpected output from notmuch search:\n")
- (insert (apply #'format string objects))
- (insert "\n")))
-
-
(defun notmuch-pick-process-filter (proc string)
"Process and filter the output of \"notmuch show\" (for pick)"
(let ((results-buf (process-buffer proc))