From a5d0cecce36e36ac6a81dc1c09464a4f8f589d92 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 13 Nov 1999 23:40:57 +0000 Subject: [PATCH] (ispell-dictionary-alist): Fix type by adding koi8-r as in ispell-local-dictionary-alist. --- lisp/textmodes/ispell.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 62a2579cc78..4f7c7e1288e 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -603,7 +603,8 @@ LANGUAGE.aff file \(e.g., english.aff\)." (const :tag "default" nil)) (choice :tag "Character set" (const iso-8859-1) - (const iso-8859-2)))) + (const iso-8859-2) + (const koi8-r)))) :group 'ispell) ;;; update the dictionaries at load time -- 2.39.5