]> git.eshelyaron.com Git - emacs.git/commitdiff
ispell.el (ispell-program-name): Update spellchecker parameters when customized.
authorAgustín Martín <agustin.martin@hispalinux.es>
Mon, 5 Nov 2012 16:32:35 +0000 (17:32 +0100)
committerAgustín Martín <agustin.martin@hispalinux.es>
Mon, 5 Nov 2012 16:32:35 +0000 (17:32 +0100)
lisp/ChangeLog
lisp/textmodes/ispell.el

index 09f3a586b4f365de1580b3ffa70dc2a683459b7a..72ccfb4caf668064ba578de3a17fd64d4d26567c 100644 (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)
index d591dc5fa85a47bc9375c3a4807387ac53774957..de60ac37d9e26b62da7c74599c4875802ee53039 100644 (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