(utf-8-with-signature): Renamed from utf-8-sig.
authorKenichi Handa <handa@m17n.org>
Fri, 30 May 2008 02:47:39 +0000 (02:47 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 30 May 2008 02:47:39 +0000 (02:47 +0000)
(utf-8-auto): Adjusted for the above change.

lisp/international/mule-conf.el

index 43fbf2b..cb9cf97 100644 (file)
@@ -1259,7 +1259,7 @@ is treated as a character."
   :charset-list '(unicode)
   :mime-charset 'utf-8)
 
-(define-coding-system 'utf-8-sig
+(define-coding-system 'utf-8-with-signature
   "UTF-8 (with signature (BOM))"
   :coding-type 'utf-8
   :mnemonic ?U
@@ -1271,7 +1271,7 @@ is treated as a character."
   :coding-type 'utf-8
   :mnemonic ?U
   :charset-list '(unicode)
-  :bom '(utf-8-sig . utf-8))
+  :bom '(utf-8-with-signature . utf-8))
 
 (define-coding-system-alias 'mule-utf-8 'utf-8)