diff options
author | Kenichi Handa <handa@etlken> | 2010-08-04 17:06:52 +0900 |
---|---|---|
committer | Kenichi Handa <handa@etlken> | 2010-08-04 17:06:52 +0900 |
commit | 6b4d96c2f04e5a08c4f9fff144743ff16c151dae (patch) | |
tree | 29def28b96201bf62115bbbadad44b5cf0ffbfe2 /lisp/language | |
parent | 4ce5a4ccd4cca6dcdc6d8bafa8cfaea1986e7e6e (diff) | |
download | emacs-6b4d96c2f04e5a08c4f9fff144743ff16c151dae.tar.gz |
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.") (documentation . "Support for Tajik using KOI8-T.")) '("Cyrillic")) -(let ((elt `("microsoft-cp1251" windows-1251 1 - ,(get 'encode-windows-1251 'translation-table))) - (slot (assoc "microsoft-cp1251" ctext-non-standard-encodings-alist))) - (if slot - (setcdr slot (cdr elt)) - (push elt ctext-non-standard-encodings-alist))) - (set-language-info-alist "Bulgarian" `((coding-system windows-1251) (coding-priority windows-1251) |