From: Kenichi Handa Date: Sat, 12 Apr 2003 02:38:11 +0000 (+0000) Subject: (utf-16-le-with-signature): Renamed from utf-16-le-with-sig. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~65 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=41b2d25e2c416b5d161bea8284459b0aa38bb9d8;p=emacs.git (utf-16-le-with-signature): Renamed from utf-16-le-with-sig. (utf-16-be-with-signature): Renamed from utf-16-be-with-sig. (utf-16): Adjust :bom. --- diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 92653c1e9c8..6eb3a6647c6 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -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