projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9845044
)
Reinitialize ispell-really-enchant when changing the speller
author
Philip K
<philip@warpmail.net>
Tue, 8 Jan 2019 23:37:48 +0000
(
00:37
+0100)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index c5d8e4f78c3c9343631fd0bc6ecadf006d9ef339..656c9fad932cb2bf465e82c692374891eb16d9eb 100644
(file)
--- 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))