The Lambda Lab
/
projects
/
elpher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed72025
)
Removed debugging message.
author
Tim Vaughan
<tgvaughan@gmail.com>
Wed, 24 Apr 2019 21:37:08 +0000
(23:37 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Wed, 24 Apr 2019 21:37:08 +0000
(23:37 +0200)
elopher.el
patch
|
blob
|
history
diff --git
a/elopher.el
b/elopher.el
index
fe30d93
..
8985bfe
100644
(file)
--- a/
elopher.el
+++ b/
elopher.el
@@
-300,7
+300,6
@@
The result is stored as a string in the variable elopher-selector-string."
(elopher-get-selector address
(lambda (proc event)
(unless (string-prefix-p "deleted" event)
- (message event)
(elopher-with-clean-buffer
(elopher-insert-index elopher-selector-string))
(elopher-restore-pos)