comparison lisp/international/mule-conf.el @ 89244:bf10578caec8

(utf-8-emacs): Delete :mime-charset.
author Dave Love <fx@gnu.org>
date Sun, 27 Oct 2002 21:26:52 +0000
parents 492be7d36b2a
children 6435a79c2d95
comparison
equal deleted inserted replaced
89243:2b59da538b0e 89244:bf10578caec8
1137 1137
1138 (define-coding-system 'utf-8-emacs 1138 (define-coding-system 'utf-8-emacs
1139 "Support for all Emacs characters (including non-Unicode characters)." 1139 "Support for all Emacs characters (including non-Unicode characters)."
1140 :coding-type 'utf-8 1140 :coding-type 'utf-8
1141 :mnemonic ?U 1141 :mnemonic ?U
1142 :charset-list '(emacs) 1142 :charset-list '(emacs))
1143 :mime-charset 'utf-8)
1144 1143
1145 (define-coding-system 'utf-16 1144 (define-coding-system 'utf-16
1146 "UTF-16" 1145 "UTF-16"
1147 :coding-type 'utf-16 1146 :coding-type 'utf-16
1148 :mnemonic ?U 1147 :mnemonic ?U