# HG changeset patch # User Gerd Moellmann # Date 942536457 0 # Node ID 797d877746e19c8e5736163c1fa8efcca8d1bd5b # Parent 53aa5195c94aa7a3646ba98fa6cd2ecb99d7b3ac (ispell-dictionary-alist): Fix type by adding koi8-r as in ispell-local-dictionary-alist. diff -r 53aa5195c94a -r 797d877746e1 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Sat Nov 13 23:30:57 1999 +0000 +++ b/lisp/textmodes/ispell.el Sat Nov 13 23:40:57 1999 +0000 @@ -603,7 +603,8 @@ (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