]> git.eshelyaron.com Git - emacs.git/commitdiff
(mule-utf-8): Set coding-category property to coding-category-utf-8.
authorKenichi Handa <handa@m17n.org>
Wed, 28 Feb 2001 05:50:44 +0000 (05:50 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 28 Feb 2001 05:50:44 +0000 (05:50 +0000)
lisp/international/utf-8.el

index b9e238569b251b6ccae7a448cb51e236bb448d69..d800ee53ec01c45c7fd280a579969fa6ae1f069b 100644 (file)
@@ -300,6 +300,7 @@ lower-casing commands won't work with them."
     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)