aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-04-30 22:51:23 +0000
committerDave Love2003-04-30 22:51:23 +0000
commit215c8ee7e2c47374e9ebcdd660d9fb1e93acb766 (patch)
tree2e33da40097534d3d6bb7734022d2fd1a28cd2af
parentf21ee25f959f4572e70b11c5b058adc59ecc5f4c (diff)
downloademacs-215c8ee7e2c47374e9ebcdd660d9fb1e93acb766.tar.gz
emacs-215c8ee7e2c47374e9ebcdd660d9fb1e93acb766.zip
(utf-16-be)
(utf-16-be-with-signature): Comment-out :endian.
-rw-r--r--lisp/international/mule-conf.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index 6eb3a6647c6..c9a1c322a17 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -1176,7 +1176,7 @@ is treated as a character."
1176 :coding-type 'utf-16 1176 :coding-type 'utf-16
1177 :mnemonic ?U 1177 :mnemonic ?U
1178 :charset-list '(unicode) 1178 :charset-list '(unicode)
1179 :endian 'big 1179;; :endian 'big
1180 :mime-charset 'utf-16be) 1180 :mime-charset 'utf-16be)
1181 1181
1182(define-coding-system 'utf-16-le-with-signature 1182(define-coding-system 'utf-16-le-with-signature
@@ -1194,7 +1194,7 @@ is treated as a character."
1194 :mnemonic ?U 1194 :mnemonic ?U
1195 :charset-list '(unicode) 1195 :charset-list '(unicode)
1196 :bom t 1196 :bom t
1197 :endian 'big 1197;; :endian 'big
1198 :mime-charset 'utf-16) 1198 :mime-charset 'utf-16)
1199 1199
1200(define-coding-system 'utf-16 1200(define-coding-system 'utf-16