From: Philip K Date: Tue, 8 Jan 2019 23:37:48 +0000 (+0100) Subject: Reinitialize ispell-really-enchant when changing the speller X-Git-Tag: emacs-26.1.92~61 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f716557c529479a7d86d751e972ebdae1bec5e1;p=emacs.git 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 --- 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." ;; 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))