changeset 102529:be8a3c9869d3

ispell.el (ispell-get-word): Initialize spellchecker params.
author Agustin Martin <agustin.martin@hispalinux.es>
date Fri, 13 Mar 2009 16:19:00 +0000
parents 89dd546c60a7
children 7c75a2c271c1
files lisp/ChangeLog lisp/textmodes/ispell.el
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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
--- 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))