aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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