aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip K2019-01-09 00:37:48 +0100
committerEli Zaretskii2019-01-12 13:23:12 +0200
commit0f716557c529479a7d86d751e972ebdae1bec5e1 (patch)
tree986b9906dcd2ab14ad55ddbc8b25aad8f9e6e137
parent9845044fb659735251269213e6e4e6debdd08eee (diff)
downloademacs-0f716557c529479a7d86d751e972ebdae1bec5e1.tar.gz
emacs-0f716557c529479a7d86d751e972ebdae1bec5e1.zip
Reinitialize ispell-really-enchant when changing the speller
* lisp/textmodes/ispell.el (ispell-check-version): Reset also ispell-really-enchant. (Bug#34019) Copyright-paperwork-exempt: yes
-rw-r--r--lisp/textmodes/ispell.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index c5d8e4f78c3..656c9fad932 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -723,6 +723,7 @@ Otherwise returns the library directory name, if that is defined."
723 ;; Make sure these variables are (re-)initialized to the default value 723 ;; Make sure these variables are (re-)initialized to the default value
724 (setq ispell-really-aspell nil 724 (setq ispell-really-aspell nil
725 ispell-really-hunspell nil 725 ispell-really-hunspell nil
726 ispell-really-enchant nil
726 ispell-encoding8-command nil) 727 ispell-encoding8-command nil)
727 728
728 (goto-char (point-min)) 729 (goto-char (point-min))