]> git.eshelyaron.com Git - emacs.git/commitdiff
(utf-16-le-with-signature): Renamed from utf-16-le-with-sig.
authorKenichi Handa <handa@m17n.org>
Sat, 12 Apr 2003 02:38:11 +0000 (02:38 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 12 Apr 2003 02:38:11 +0000 (02:38 +0000)
(utf-16-be-with-signature): Renamed from utf-16-be-with-sig.
(utf-16): Adjust :bom.

lisp/international/mule-conf.el

index 92653c1e9c85ce77824e428c0d62cd8d02e3116f..6eb3a6647c63d7cd7dd4292be5efb6d5cbf258f0 100644 (file)
@@ -1179,7 +1179,7 @@ is treated as a character."
   :endian 'big
   :mime-charset 'utf-16be)
 
-(define-coding-system 'utf-16-le-with-sig
+(define-coding-system 'utf-16-le-with-signature
   "UTF-16, little endian, with signature."
   :coding-type 'utf-16
   :mnemonic ?U
@@ -1188,7 +1188,7 @@ is treated as a character."
   :endian 'little
   :mime-charset 'utf-16)
 
-(define-coding-system 'utf-16-be-with-sig
+(define-coding-system 'utf-16-be-with-signature
   "UTF-16, big endian, with signature."
   :coding-type 'utf-16
   :mnemonic ?U
@@ -1202,7 +1202,7 @@ is treated as a character."
   :coding-type 'utf-16
   :mnemonic ?U
   :charset-list '(unicode)
-  :bom '(utf-16-le-with-sig . utf-16-be-with-sig)
+  :bom '(utf-16-le-with-signature . utf-16-be-with-signature)
   :mime-charset 'utf-16)
 
 (define-coding-system 'iso-2022-7bit