diff options
| author | Dave Love | 2002-10-09 22:16:47 +0000 |
|---|---|---|
| committer | Dave Love | 2002-10-09 22:16:47 +0000 |
| commit | d709c451c5aa3bf3bbc3136ccb866cd0d8b7bcf8 (patch) | |
| tree | 8ee159367fb63167dfe2c0dc3c0f0292f05d5d66 | |
| parent | a49f9488d33b6cadcd33da31f7d589991cce8eb7 (diff) | |
| download | emacs-d709c451c5aa3bf3bbc3136ccb866cd0d8b7bcf8.tar.gz emacs-d709c451c5aa3bf3bbc3136ccb866cd0d8b7bcf8.zip | |
("Bulgarian"): Fix input method and
charset.
("Tajik", "Belarusian"): Fix charset.
| -rw-r--r-- | lisp/language/cyrillic.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el index 3c8ddb90ff5..98f07e76d9a 100644 --- a/lisp/language/cyrillic.el +++ b/lisp/language/cyrillic.el | |||
| @@ -158,7 +158,7 @@ | |||
| 158 | "Tajik" `((coding-system koi8-t) | 158 | "Tajik" `((coding-system koi8-t) |
| 159 | (coding-priority koi8-t) | 159 | (coding-priority koi8-t) |
| 160 | (nonascii-translation . cyrillic-koi8-t) | 160 | (nonascii-translation . cyrillic-koi8-t) |
| 161 | (charset . koi8-t) | 161 | (charset koi8-t) |
| 162 | (input-method . "russian-typewriter") ; fixme? | 162 | (input-method . "russian-typewriter") ; fixme? |
| 163 | (features code-pages) | 163 | (features code-pages) |
| 164 | (documentation . "Support for Tajik using KOI8-T.")) | 164 | (documentation . "Support for Tajik using KOI8-T.")) |
| @@ -168,8 +168,8 @@ | |||
| 168 | "Bulgarian" `((coding-system windows-1251) | 168 | "Bulgarian" `((coding-system windows-1251) |
| 169 | (coding-priority windows-1251) | 169 | (coding-priority windows-1251) |
| 170 | (nonascii-translation . windows-1251) | 170 | (nonascii-translation . windows-1251) |
| 171 | (charset . windows-1251) | 171 | (charset windows-1251) |
| 172 | (input-method . "bulgarian-standard") | 172 | (input-method . "bulgarian-bds") |
| 173 | (features code-pages) | 173 | (features code-pages) |
| 174 | (documentation | 174 | (documentation |
| 175 | . "Support for Bulgrian with windows-1251 character set.")) | 175 | . "Support for Bulgrian with windows-1251 character set.")) |
| @@ -179,7 +179,7 @@ | |||
| 179 | "Belarusian" `((coding-system windows-1251) | 179 | "Belarusian" `((coding-system windows-1251) |
| 180 | (coding-priority windows-1251) | 180 | (coding-priority windows-1251) |
| 181 | (nonascii-translation . windows-1251) | 181 | (nonascii-translation . windows-1251) |
| 182 | (charset . windows-1251) | 182 | (charset windows-1251) |
| 183 | (input-method . "belarusian") | 183 | (input-method . "belarusian") |
| 184 | (features code-pages) | 184 | (features code-pages) |
| 185 | (documentation | 185 | (documentation |