1
0
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:
Agustín Martín 2009-03-13 16:19:00 +00:00
parent 348db3dd5f
commit 0579b5b1f3
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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))