* lisp/textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
Let-bind isearch-regexp-function to nil. (Bug#22097)
This commit is contained in:
parent
aac3c8a38f
commit
2537dd90bd
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue