Use boon-set-search-string to escape isearch-string (#61)

This commit is contained in:
lattfein 2019-02-13 04:30:50 +09:00 committed by Jean-Philippe Bernardy
parent 04905d19eb
commit db65424696

View file

@ -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