]> git.eshelyaron.com Git - emacs.git/commitdiff
Reinitialize ispell-really-enchant when changing the speller
authorPhilip K <philip@warpmail.net>
Tue, 8 Jan 2019 23:37:48 +0000 (00:37 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Jan 2019 11:23:12 +0000 (13:23 +0200)
* lisp/textmodes/ispell.el (ispell-check-version): Reset also
ispell-really-enchant.  (Bug#34019)

Copyright-paperwork-exempt: yes

lisp/textmodes/ispell.el

index c5d8e4f78c3c9343631fd0bc6ecadf006d9ef339..656c9fad932cb2bf465e82c692374891eb16d9eb 100644 (file)
@@ -723,6 +723,7 @@ Otherwise returns the library directory name, if that is defined."
        ;; Make sure these variables are (re-)initialized to the default value
        (setq ispell-really-aspell nil
               ispell-really-hunspell nil
+              ispell-really-enchant nil
              ispell-encoding8-command nil)
 
        (goto-char (point-min))