From: Kenichi Handa Date: Wed, 28 Feb 2001 05:50:44 +0000 (+0000) Subject: (mule-utf-8): Set coding-category property to coding-category-utf-8. X-Git-Tag: emacs-pretest-21.0.99~95 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75f6d7232529e1bd3eb5ee7926d1fd10ce666355;p=emacs.git (mule-utf-8): Set coding-category property to coding-category-utf-8. --- diff --git a/lisp/international/utf-8.el b/lisp/international/utf-8.el index b9e238569b2..d800ee53ec0 100644 --- a/lisp/international/utf-8.el +++ b/lisp/international/utf-8.el @@ -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)