]> code.delx.au - gnu-emacs/commitdiff
* lisp/textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
authorJuri Linkov <juri@linkov.net>
Sun, 6 Dec 2015 00:20:12 +0000 (02:20 +0200)
committerJuri Linkov <juri@linkov.net>
Sun, 6 Dec 2015 00:20:12 +0000 (02:20 +0200)
Let-bind isearch-regexp-function to nil.  (Bug#22097)

lisp/textmodes/ispell.el

index fe27f0f158c138f5da0def7dd16a05c9bb4868c4..aa51446d6b4645ce7cd07d59dce64e0fc999494f 100644 (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)