Mercurial > emacs
changeset 26442:797d877746e1
(ispell-dictionary-alist): Fix type by adding koi8-r
as in ispell-local-dictionary-alist.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sat, 13 Nov 1999 23:40:57 +0000 |
parents | 53aa5195c94a |
children | 8b1aba9a6c12 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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