diff options
| author | Agustín Martín | 2009-03-13 16:19:00 +0000 |
|---|---|---|
| committer | Agustín Martín | 2009-03-13 16:19:00 +0000 |
| commit | 0579b5b1f37c195d61e5caa93d51e7ac66dabe83 (patch) | |
| tree | c5feddee48fc7f61459333c289b4987fdff8dd8e /lisp/textmodes | |
| parent | 348db3dd5f9cb97bc9b0c6e00e9b2e0b45a9925b (diff) | |
| download | emacs-0579b5b1f37c195d61e5caa93d51e7ac66dabe83.tar.gz emacs-0579b5b1f37c195d61e5caa93d51e7ac66dabe83.zip | |
ispell.el (ispell-get-word): Initialize spellchecker params.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index ab43f78192f..364e3c008df 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -1752,6 +1752,7 @@ many times. | |||
| 1752 | 1752 | ||
| 1753 | Word syntax is controlled by the definition of the chosen dictionary, | 1753 | Word syntax is controlled by the definition of the chosen dictionary, |
| 1754 | which is in `ispell-local-dictionary-alist' or `ispell-dictionary-alist'." | 1754 | which is in `ispell-local-dictionary-alist' or `ispell-dictionary-alist'." |
| 1755 | (ispell-set-spellchecker-params) ; Initialize variables and dicts alists | ||
| 1755 | (let* ((ispell-casechars (ispell-get-casechars)) | 1756 | (let* ((ispell-casechars (ispell-get-casechars)) |
| 1756 | (ispell-not-casechars (ispell-get-not-casechars)) | 1757 | (ispell-not-casechars (ispell-get-not-casechars)) |
| 1757 | (ispell-otherchars (ispell-get-otherchars)) | 1758 | (ispell-otherchars (ispell-get-otherchars)) |