aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/ispell.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 1b26b4905a2..3327028894c 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -2861,6 +2861,7 @@ The variable `ispell-highlight-face' selects the face to use for highlighting."
2861 (regexp-quote (buffer-substring-no-properties start end)) 2861 (regexp-quote (buffer-substring-no-properties start end))
2862 "\\b")) 2862 "\\b"))
2863 (isearch-regexp t) 2863 (isearch-regexp t)
2864 (isearch-regexp-function nil)
2864 (isearch-case-fold-search nil) 2865 (isearch-case-fold-search nil)
2865 (isearch-forward t) 2866 (isearch-forward t)
2866 (isearch-other-end start) 2867 (isearch-other-end start)