* lisp/textmodes/ispell.el (ispell-highlight-spelling-error-overlay):

Let-bind isearch-regexp-function to nil.  (Bug#22097)
This commit is contained in:
Juri Linkov 2015-12-06 02:20:12 +02:00
parent aac3c8a38f
commit 2537dd90bd

View file

@ -2809,6 +2809,7 @@ The variable `ispell-highlight-face' selects the face to use for highlighting."
(regexp-quote (buffer-substring-no-properties start end))
"\\b"))
(isearch-regexp t)
(isearch-regexp-function nil)
(isearch-case-fold-search nil)
(isearch-forward t)
(isearch-other-end start)