branch: elpa/isl
commit 69b4a8240ce6add57118476643d7ffe80beb6b82
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Ensure default thing-at-point have no props
---
 isearch-light.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isearch-light.el b/isearch-light.el
index d0f2b245167..0c8884d17e8 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -252,7 +252,7 @@
               (setq timer (run-with-idle-timer
                            0.1 'repeat #'isl-check-input)))
           (read-from-minibuffer
-           prompt nil isl-map nil 'isl-history (thing-at-point 'symbol)))
+           prompt nil isl-map nil 'isl-history (thing-at-point 'symbol t)))
       (cancel-timer timer))))
 
 (defun isl-1 ()

Reply via email to