Mercurial > emacs
changeset 89186:af4d3d2b9101
("Bulgarian"): Fix input method and
charset.
("Tajik", "Belarusian"): Fix charset.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 09 Oct 2002 22:16:47 +0000 |
parents | a36316c7294b |
children | dd1e66eb7db0 |
files | lisp/language/cyrillic.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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