mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-04 20:27:45 +00:00
ispell.el (ispell-get-word): Initialize spellchecker params.
This commit is contained in:
parent
348db3dd5f
commit
0579b5b1f3
@ -1,3 +1,8 @@
|
||||
2009-03-13 Agustín Martín <agustin.martin@hispalinux.es>
|
||||
|
||||
* textmodes/ispell.el (ispell-get-word): Initialize spellchecker
|
||||
params.
|
||||
|
||||
2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* files.el (auto-mode-alist): Add rules for OpenOffice extension
|
||||
|
@ -1752,6 +1752,7 @@ many times.
|
||||
|
||||
Word syntax is controlled by the definition of the chosen dictionary,
|
||||
which is in `ispell-local-dictionary-alist' or `ispell-dictionary-alist'."
|
||||
(ispell-set-spellchecker-params) ; Initialize variables and dicts alists
|
||||
(let* ((ispell-casechars (ispell-get-casechars))
|
||||
(ispell-not-casechars (ispell-get-not-casechars))
|
||||
(ispell-otherchars (ispell-get-otherchars))
|
||||
|
Loading…
x
Reference in New Issue
Block a user