From 25e0c36e60ee9737e92994684887fe9a4062b0cc Mon Sep 17 00:00:00 2001 From: Philip K Date: Wed, 9 Jan 2019 00:37:48 +0100 Subject: [PATCH] (re-)initialize ispell-really-enchant properly To: bug-gnu-emacs@gnu.org * lisp/textmodes/ispell.el: adding missing variable that should have been reset --- lisp/textmodes/ispell.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 22047598b2..0b07254af4 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -726,7 +726,7 @@ ispell-check-version ;; 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)) --- 2.20.1