diff options
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 fc529a83596..a9fbd2f04cb 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -2024,7 +2024,7 @@ quit spell session exited." | |||
| 2024 | (setq ispell-filter (cdr ispell-filter)) | 2024 | (setq ispell-filter (cdr ispell-filter)) |
| 2025 | (when (and ispell-filter (listp ispell-filter)) | 2025 | (when (and ispell-filter (listp ispell-filter)) |
| 2026 | (if (> (length ispell-filter) 1) | 2026 | (if (> (length ispell-filter) 1) |
| 2027 | (error "Ispell and its processs have different character maps: %s" ispell-filter) | 2027 | (error "Ispell and its process have different character maps: %s" ispell-filter) |
| 2028 | (ispell-parse-output (car ispell-filter))))) | 2028 | (ispell-parse-output (car ispell-filter))))) |
| 2029 | 2029 | ||
| 2030 | (defun ispell-error-checking-word (word) | 2030 | (defun ispell-error-checking-word (word) |