projects
/
notmuch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8c33fde
)
contrib: pick: remove unused variable
author
Mark Walters
<markwalters1009@gmail.com>
Mon, 1 Jul 2013 07:54:02 +0000
(08:54 +0100)
committer
David Bremner
<bremner@debian.org>
Thu, 4 Jul 2013 03:37:37 +0000
(
00:37
-0300)
This variable was needed at one point for the async parser but is not
needed anymore.
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 29815083c77c8717f9a8b5f8ebe50c558c7bd114..25ea4c2b16c1752f1f45a2f54dd4ceb9c99d83f1 100644
(file)
--- a/
contrib/notmuch-pick/notmuch-pick.el
+++ b/
contrib/notmuch-pick/notmuch-pick.el
@@
-187,9
+187,6
@@
if the user has loaded a different buffer in that window.")
(make-variable-buffer-local 'notmuch-pick-message-buffer)
(put 'notmuch-pick-message-buffer 'permanent-local t)
-(defvar notmuch-pick-process-state nil
- "Parsing state of the search process filter.")
-
(defvar notmuch-pick-mode-map
(let ((map (make-sparse-keymap)))
(define-key map [mouse-1] 'notmuch-pick-show-message)