diff options
| author | Glenn Morris | 2013-02-22 09:13:05 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-02-22 09:13:05 -0800 |
| commit | bba90ab24e80476efcad6b6a770fd5fda522a621 (patch) | |
| tree | 73bc6cb08174ab2e568c6cf2f642a73895634ed3 /lisp/textmodes | |
| parent | d78cf5edf9b4aebfc6a5821d88ba1ee3eb00aebb (diff) | |
| parent | cee1a690ee32abe67ef2d43fb9a9ad9f792de405 (diff) | |
| download | emacs-bba90ab24e80476efcad6b6a770fd5fda522a621.tar.gz emacs-bba90ab24e80476efcad6b6a770fd5fda522a621.zip | |
Merge from emacs-24; up to 2012-12-22T02:59:08Z!cyd@gnu.org
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index dbcf3910db8..50a10dba9a2 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -2602,7 +2602,10 @@ The variable `ispell-highlight-face' selects the face to use for highlighting." | |||
| 2602 | (regexp-quote (buffer-substring-no-properties start end)) | 2602 | (regexp-quote (buffer-substring-no-properties start end)) |
| 2603 | "\\b")) | 2603 | "\\b")) |
| 2604 | (isearch-regexp t) | 2604 | (isearch-regexp t) |
| 2605 | (isearch-case-fold-search nil)) | 2605 | (isearch-case-fold-search nil) |
| 2606 | (isearch-forward t) | ||
| 2607 | (isearch-other-end start) | ||
| 2608 | (isearch-error nil)) | ||
| 2606 | (isearch-lazy-highlight-new-loop | 2609 | (isearch-lazy-highlight-new-loop |
| 2607 | (if (boundp 'reg-start) reg-start) | 2610 | (if (boundp 'reg-start) reg-start) |
| 2608 | (if (boundp 'reg-end) reg-end))) | 2611 | (if (boundp 'reg-end) reg-end))) |