# HG changeset patch # User Kenichi Handa # Date 1029913234 0 # Node ID 2ce9656d788be065914c3df1ed652aa422abff93 # Parent 1a28ef0dd9f4fef13b3cf37286d747a77a28fead (utf-8): Give :mime-charset property. diff -r 1a28ef0dd9f4 -r 2ce9656d788b lisp/international/mule-conf.el --- a/lisp/international/mule-conf.el Wed Aug 21 02:30:11 2002 +0000 +++ b/lisp/international/mule-conf.el Wed Aug 21 07:00:34 2002 +0000 @@ -1080,7 +1080,8 @@ "UTF-8." :coding-type 'utf-8 :mnemonic ?U - :charset-list '(unicode)) + :charset-list '(unicode) + :mime-charset 'utf-8) (define-coding-system-alias 'mule-utf-8 'utf-8)