Keep default CASECHARS/NOT-CASECHARS for ispell built-in dictionaries
* lisp/textmodes/ispell.el (ispell-set-spellchecker-params): Do not override CASECHARS and NOT-CASECHARS. The ispell dictionaries retain their hardwired values, and all other dictionaries are given sensible defaults.
This commit is contained in:
parent
7ca4396f85
commit
acd65a7d94
1 changed files with 2 additions and 2 deletions
|
@ -1290,8 +1290,8 @@ aspell is used along with Emacs).")
|
|||
(cl-pushnew (if (cadr adict) ;; Do not touch hunspell uninitialized entries
|
||||
(list
|
||||
(nth 0 adict) ; dict name
|
||||
"[[:alpha:]]" ; casechars
|
||||
"[^[:alpha:]]" ; not-casechars
|
||||
(nth 1 adict) ; casechars
|
||||
(nth 2 adict) ; not-casechars
|
||||
(nth 3 adict) ; otherchars
|
||||
(nth 4 adict) ; many-otherchars-p
|
||||
(nth 5 adict) ; ispell-args
|
||||
|
|
Loading…
Add table
Reference in a new issue