emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 2537dd9: * lisp/textmodes/ispell.el (ispell-highl


From: Juri Linkov
Subject: [Emacs-diffs] emacs-25 2537dd9: * lisp/textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
Date: Sun, 06 Dec 2015 00:20:23 +0000

branch: emacs-25
commit 2537dd90bd47549ac774175a92d8b88fa0c69d67
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>

    * lisp/textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
    
    Let-bind isearch-regexp-function to nil.  (Bug#22097)
---
 lisp/textmodes/ispell.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index fe27f0f..aa51446 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]