]> git.eshelyaron.com Git - emacs.git/commit
* ispell.el (ispell-set-spellchecker-params): New function to make sure
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 23 Apr 2008 20:39:10 +0000 (20:39 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 23 Apr 2008 20:39:10 +0000 (20:39 +0000)
commitcaea54f833d135985fbaddd0b74a0dff4684e263
tree48e27668976d8bb2d6be94e42f2e521f7908d213
parent2f65ac9e19dc2fd01d949f752bdc85b95c656725
* ispell.el (ispell-set-spellchecker-params): New function to make sure
right params and dictionary alists are used after spellchecker changes.
(ispell-aspell-dictionary-alist, ispell-last-program-name)
(ispell-initialize-spellchecker-hook): New variables and hook.
(ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
(ispell-maybe-find-aspell-dictionaries): Remove.
Calls replaced by (ispell-set-spellchecker-params) calls.
(ispell-have-aspell-dictionaries): Remove.
* flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
ispell-set-spellchecker-params.
lisp/ChangeLog
lisp/textmodes/flyspell.el
lisp/textmodes/ispell.el