From 0579b5b1f37c195d61e5caa93d51e7ac66dabe83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Agust=C3=ADn=20Mart=C3=ADn?= Date: Fri, 13 Mar 2009 16:19:00 +0000 Subject: [PATCH] ispell.el (ispell-get-word): Initialize spellchecker params. --- lisp/ChangeLog | 5 +++++ lisp/textmodes/ispell.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd87e33cff5..b79b2b7ca3c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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. 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)) -- 2.39.2