Mercurial > emacs
changeset 89041:2ce9656d788b
(utf-8): Give :mime-charset property.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 21 Aug 2002 07:00:34 +0000 |
parents | 1a28ef0dd9f4 |
children | 2b9f8973f240 |
files | lisp/international/mule-conf.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)