]> code.delx.au - gnu-emacs/commitdiff
ispell.el (ispell-get-word): Initialize spellchecker params.
authorAgustín Martín <agustin.martin@hispalinux.es>
Fri, 13 Mar 2009 16:19:00 +0000 (16:19 +0000)
committerAgustín Martín <agustin.martin@hispalinux.es>
Fri, 13 Mar 2009 16:19:00 +0000 (16:19 +0000)
lisp/ChangeLog
lisp/textmodes/ispell.el

index bd87e33cff5000328ea8125b72ddcc2bd1908e41..b79b2b7ca3cdeeef04ba59de6f4e9fffd0367f8a 100644 (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
index ab43f78192fbd7240c76b5e2d8dc1f81c3a72272..364e3c008df2059beb806290547f2f1782231cf0 100644 (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))