Mercurial > emacs
changeset 56710:e6d92cac8e9b
("Cyrillic-KOI8"): Fix typo.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 18 Aug 2004 12:22:41 +0000 |
parents | d3defd7cdd9f |
children | eee6cc3fe45e |
files | lisp/language/cyrillic.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/cyrillic.el Wed Aug 18 08:53:21 2004 +0000 +++ b/lisp/language/cyrillic.el Wed Aug 18 12:22:41 2004 +0000 @@ -226,7 +226,7 @@ 'translation-table)) (coding-system cyrillic-koi8) (coding-priority cyrillic-koi8 cyrillic-iso-8bit) - (ctext-non-standard-encoding "koi8-r") + (ctext-non-standard-encodings "koi8-r") (input-method . "russian-typewriter") (features cyril-util) (unibyte-display . cyrillic-koi8)