# HG changeset patch # User Agustin Martin # Date 1236961140 0 # Node ID be8a3c9869d3b47de1a392e81fb8d3beac7405c3 # Parent 89dd546c60a787ffa966939cdf78242c5b30e550 ispell.el (ispell-get-word): Initialize spellchecker params. diff -r 89dd546c60a7 -r be8a3c9869d3 lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 13 16:14:20 2009 +0000 +++ b/lisp/ChangeLog Fri Mar 13 16:19:00 2009 +0000 @@ -1,3 +1,8 @@ +2009-03-13 Agustín Martín + + * textmodes/ispell.el (ispell-get-word): Initialize spellchecker + params. + 2009-03-13 Stefan Monnier * files.el (auto-mode-alist): Add rules for OpenOffice extension diff -r 89dd546c60a7 -r be8a3c9869d3 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Fri Mar 13 16:14:20 2009 +0000 +++ b/lisp/textmodes/ispell.el Fri Mar 13 16:19:00 2009 +0000 @@ -1752,6 +1752,7 @@ 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))