mirror of
https://github.com/vale981/boon
synced 2025-03-04 17:11:40 -05:00
Use boon-set-search-string to escape isearch-string (#61)
This commit is contained in:
parent
04905d19eb
commit
db65424696
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ the regexp."
|
|||
|
||||
(defadvice isearch-exit (after ysph-hl-search activate compile)
|
||||
"After isearch, highlight the search term and set it as boon current regexp."
|
||||
(boon-set-search-regexp isearch-string))
|
||||
(boon-set-search-string isearch-string))
|
||||
|
||||
(provide 'boon-search)
|
||||
;;; boon-search.el ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue