aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2008-05-30 02:47:39 +0000
committerKenichi Handa2008-05-30 02:47:39 +0000
commita9bb457b3c88d679e35e7086bf274b398a72dfd8 (patch)
treebb5793553d4a0de90a7604f6305f13ab177a89c6
parentfd9440c58241b6a9f6da824522d2f666d54412aa (diff)
downloademacs-a9bb457b3c88d679e35e7086bf274b398a72dfd8.tar.gz
emacs-a9bb457b3c88d679e35e7086bf274b398a72dfd8.zip
(utf-8-with-signature): Renamed from utf-8-sig.
(utf-8-auto): Adjusted for the above change.
-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 43fbf2ba800..cb9cf974fea 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -1259,7 +1259,7 @@ is treated as a character."
1259 :charset-list '(unicode) 1259 :charset-list '(unicode)
1260 :mime-charset 'utf-8) 1260 :mime-charset 'utf-8)
1261 1261
1262(define-coding-system 'utf-8-sig 1262(define-coding-system 'utf-8-with-signature
1263 "UTF-8 (with signature (BOM))" 1263 "UTF-8 (with signature (BOM))"
1264 :coding-type 'utf-8 1264 :coding-type 'utf-8
1265 :mnemonic ?U 1265 :mnemonic ?U
@@ -1271,7 +1271,7 @@ is treated as a character."
1271 :coding-type 'utf-8 1271 :coding-type 'utf-8
1272 :mnemonic ?U 1272 :mnemonic ?U
1273 :charset-list '(unicode) 1273 :charset-list '(unicode)
1274 :bom '(utf-8-sig . utf-8)) 1274 :bom '(utf-8-with-signature . utf-8))
1275 1275
1276(define-coding-system-alias 'mule-utf-8 'utf-8) 1276(define-coding-system-alias 'mule-utf-8 'utf-8)
1277 1277