Mercurial > emacs
changeset 36423:aa776838b660
(mule-utf-8): Set coding-category property to coding-category-utf-8.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 28 Feb 2001 05:50:44 +0000 |
parents | 6313c2db4786 |
children | 6850f153efa0 |
files | lisp/international/utf-8.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/utf-8.el Wed Feb 28 05:50:18 2001 +0000 +++ b/lisp/international/utf-8.el Wed Feb 28 05:50:44 2001 +0000 @@ -300,6 +300,7 @@ mule-unicode-2500-33ff mule-unicode-e000-ffff) (mime-charset . utf-8) + (coding-category . coding-category-utf-8) (valid-codes (0 . 255)))) (define-coding-system-alias 'utf-8 'mule-utf-8)