diff options
| author | Kenichi Handa | 2002-08-21 07:00:34 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-08-21 07:00:34 +0000 |
| commit | c35e36cc94e28338349f3d056bf8b9e76b94128b (patch) | |
| tree | 119bf4970addfbd10ad33b6b1786d561b2cbd44c | |
| parent | da13f28e2cfdbb9f136dcf7ac0a8a23f2ca97e64 (diff) | |
| download | emacs-c35e36cc94e28338349f3d056bf8b9e76b94128b.tar.gz emacs-c35e36cc94e28338349f3d056bf8b9e76b94128b.zip | |
(utf-8): Give :mime-charset property.
| -rw-r--r-- | lisp/international/mule-conf.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index c92d4cc7a13..3cafb52ccdd 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -1080,7 +1080,8 @@ is treated as a character." | |||
| 1080 | "UTF-8." | 1080 | "UTF-8." |
| 1081 | :coding-type 'utf-8 | 1081 | :coding-type 'utf-8 |
| 1082 | :mnemonic ?U | 1082 | :mnemonic ?U |
| 1083 | :charset-list '(unicode)) | 1083 | :charset-list '(unicode) |
| 1084 | :mime-charset 'utf-8) | ||
| 1084 | 1085 | ||
| 1085 | (define-coding-system-alias 'mule-utf-8 'utf-8) | 1086 | (define-coding-system-alias 'mule-utf-8 'utf-8) |
| 1086 | 1087 | ||