# HG changeset patch # User Dave Love # Date 1034201807 0 # Node ID af4d3d2b91018109944f9f6910d1dda577448866 # Parent a36316c7294b17d8307980faedf07d4f86854bea ("Bulgarian"): Fix input method and charset. ("Tajik", "Belarusian"): Fix charset. diff -r a36316c7294b -r af4d3d2b9101 lisp/language/cyrillic.el --- a/lisp/language/cyrillic.el Wed Oct 09 22:12:56 2002 +0000 +++ b/lisp/language/cyrillic.el Wed Oct 09 22:16:47 2002 +0000 @@ -158,7 +158,7 @@ "Tajik" `((coding-system koi8-t) (coding-priority koi8-t) (nonascii-translation . cyrillic-koi8-t) - (charset . koi8-t) + (charset koi8-t) (input-method . "russian-typewriter") ; fixme? (features code-pages) (documentation . "Support for Tajik using KOI8-T.")) @@ -168,8 +168,8 @@ "Bulgarian" `((coding-system windows-1251) (coding-priority windows-1251) (nonascii-translation . windows-1251) - (charset . windows-1251) - (input-method . "bulgarian-standard") + (charset windows-1251) + (input-method . "bulgarian-bds") (features code-pages) (documentation . "Support for Bulgrian with windows-1251 character set.")) @@ -179,7 +179,7 @@ "Belarusian" `((coding-system windows-1251) (coding-priority windows-1251) (nonascii-translation . windows-1251) - (charset . windows-1251) + (charset windows-1251) (input-method . "belarusian") (features code-pages) (documentation