]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-dictionary-alist): Fix type by adding koi8-r
authorGerd Moellmann <gerd@gnu.org>
Sat, 13 Nov 1999 23:40:57 +0000 (23:40 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 13 Nov 1999 23:40:57 +0000 (23:40 +0000)
as in ispell-local-dictionary-alist.

lisp/textmodes/ispell.el

index 62a2579cc787c60457b30fe50af888dc17e68f5c..4f7c7e1288e082f044bc2cca3a806b3c56367b76 100644 (file)
@@ -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