Mercurial > emacs
changeset 95408:9cc865eba421
(utf-8-with-signature): Renamed from utf-8-sig.
(utf-8-auto): Adjusted for the above change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 30 May 2008 02:47:39 +0000 |
parents | 8a703a3c84d7 |
children | 9e040b6f6a8f |
files | lisp/international/mule-conf.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-conf.el Fri May 30 02:37:40 2008 +0000 +++ b/lisp/international/mule-conf.el Fri May 30 02:47:39 2008 +0000 @@ -1259,7 +1259,7 @@ :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 @@ :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)