ispell.el (ispell-program-name): Update spellchecker parameters when customized.

This commit is contained in:
Agustín Martín 2012-11-05 17:32:35 +01:00
parent c8e3a9c3db
commit 53fc914f80
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
* textmodes/ispell.el (ispell-program-name): Update
spellchecker parameters when customized.
2012-11-04 Glenn Morris <rgm@gnu.org>
* vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)

View file

@ -357,6 +357,10 @@ Must be greater than 1."
"ispell")
"Program invoked by \\[ispell-word] and \\[ispell-region] commands."
:type 'string
:set (lambda (symbol value)
(set-default symbol value)
(if (featurep 'ispell)
(ispell-set-spellchecker-params)))
:group 'ispell)
(defcustom ispell-alternate-dictionary