diff options
| author | Kenichi Handa | 2010-08-04 17:06:52 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-08-04 17:06:52 +0900 |
| commit | 6b4d96c2f04e5a08c4f9fff144743ff16c151dae (patch) | |
| tree | 29def28b96201bf62115bbbadad44b5cf0ffbfe2 /lisp/language | |
| parent | 4ce5a4ccd4cca6dcdc6d8bafa8cfaea1986e7e6e (diff) | |
| download | emacs-6b4d96c2f04e5a08c4f9fff144743ff16c151dae.tar.gz emacs-6b4d96c2f04e5a08c4f9fff144743ff16c151dae.zip | |
Modify the coding system compound-text-with-extensions to conform to the spec of Compound Text.
Diffstat (limited to 'lisp/language')
| -rw-r--r-- | lisp/language/cyrillic.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el index 7d2f082579f..b293ad1ff0b 100644 --- a/lisp/language/cyrillic.el +++ b/lisp/language/cyrillic.el | |||
| @@ -239,13 +239,6 @@ Support for Russian using koi8-r and the russian-computer input method.") | |||
| 239 | (documentation . "Support for Tajik using KOI8-T.")) | 239 | (documentation . "Support for Tajik using KOI8-T.")) |
| 240 | '("Cyrillic")) | 240 | '("Cyrillic")) |
| 241 | 241 | ||
| 242 | (let ((elt `("microsoft-cp1251" windows-1251 1 | ||
| 243 | ,(get 'encode-windows-1251 'translation-table))) | ||
| 244 | (slot (assoc "microsoft-cp1251" ctext-non-standard-encodings-alist))) | ||
| 245 | (if slot | ||
| 246 | (setcdr slot (cdr elt)) | ||
| 247 | (push elt ctext-non-standard-encodings-alist))) | ||
| 248 | |||
| 249 | (set-language-info-alist | 242 | (set-language-info-alist |
| 250 | "Bulgarian" `((coding-system windows-1251) | 243 | "Bulgarian" `((coding-system windows-1251) |
| 251 | (coding-priority windows-1251) | 244 | (coding-priority windows-1251) |