diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/textmodes/ispell.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 2b88057dc4f..39e8869ea94 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -1202,8 +1202,9 @@ Internal use.") | |||
| 1202 | (with-output-to-string | 1202 | (with-output-to-string |
| 1203 | (with-current-buffer | 1203 | (with-current-buffer |
| 1204 | standard-output | 1204 | standard-output |
| 1205 | (apply 'ispell-call-process | 1205 | (apply 'ispell-call-process |
| 1206 | (concat ispell-program-name "-lsmod") nil t nil args)))) | 1206 | (replace-regexp-in-string "enchant\\(-[0-9]\\)?$" "enchant-lsmod\\1" |
| 1207 | ispell-program-name) nil t nil args)))) | ||
| 1207 | 1208 | ||
| 1208 | (defun ispell--get-extra-word-characters (&optional lang) | 1209 | (defun ispell--get-extra-word-characters (&optional lang) |
| 1209 | "Get the extra word characters for LANG as a character class. | 1210 | "Get the extra word characters for LANG as a character class. |