branch: elpa/isl
commit 6419cba9b7c5bee02d4cf71633803b394bf675d2
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Remove cursor-in-echo-area
This is no more needed thus it add an extra space before cursor on -nw.
---
isearch-light.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/isearch-light.el b/isearch-light.el
index c4257caa7e0..cb69c03f5d5 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -453,8 +453,7 @@ appended at end."
(defun isl-read-from-minibuffer (prompt)
"Read input from minibuffer with prompt PROMPT."
- (let (timer
- (cursor-in-echo-area t))
+ (let (timer)
(unwind-protect
(minibuffer-with-setup-hook
(lambda ()