diff options
| author | Juanma Barranquero | 2008-02-05 12:25:49 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-02-05 12:25:49 +0000 |
| commit | 64ef5f3924eb1632829a20c9f69362bede6fc485 (patch) | |
| tree | 38979e5ade29b3594050a479fc1be8ee8084abd0 /lisp/textmodes | |
| parent | 0138efd4b32f2209944704e627e514274e1c1e20 (diff) | |
| download | emacs-64ef5f3924eb1632829a20c9f69362bede6fc485.tar.gz emacs-64ef5f3924eb1632829a20c9f69362bede6fc485.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index ed6a6ed464b..edf2aab7955 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -3757,7 +3757,7 @@ Both should not be used to define a buffer-local dictionary." | |||
| 3757 | ;; any character other than a space. Not rigorous enough. | 3757 | ;; any character other than a space. Not rigorous enough. |
| 3758 | (while (re-search-forward " *\\([^ ]+\\)" end t) | 3758 | (while (re-search-forward " *\\([^ ]+\\)" end t) |
| 3759 | (setq string (match-string-no-properties 1)) | 3759 | (setq string (match-string-no-properties 1)) |
| 3760 | ;; This can fail when string contains a word with illegal chars. | 3760 | ;; This can fail when string contains a word with invalid chars. |
| 3761 | ;; Error handling needs to be added between ispell and emacs. | 3761 | ;; Error handling needs to be added between ispell and emacs. |
| 3762 | (if (and (< 1 (length string)) | 3762 | (if (and (< 1 (length string)) |
| 3763 | (equal 0 (string-match ispell-casechars string))) | 3763 | (equal 0 (string-match ispell-casechars string))) |