diff options
| -rw-r--r-- | lisp/international/mule-conf.el | 6 |
1 files changed, 3 insertions, 3 deletions
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." | |||
| 1179 | :endian 'big | 1179 | :endian 'big |
| 1180 | :mime-charset 'utf-16be) | 1180 | :mime-charset 'utf-16be) |
| 1181 | 1181 | ||
| 1182 | (define-coding-system 'utf-16-le-with-sig | 1182 | (define-coding-system 'utf-16-le-with-signature |
| 1183 | "UTF-16, little endian, with signature." | 1183 | "UTF-16, little endian, with signature." |
| 1184 | :coding-type 'utf-16 | 1184 | :coding-type 'utf-16 |
| 1185 | :mnemonic ?U | 1185 | :mnemonic ?U |
| @@ -1188,7 +1188,7 @@ is treated as a character." | |||
| 1188 | :endian 'little | 1188 | :endian 'little |
| 1189 | :mime-charset 'utf-16) | 1189 | :mime-charset 'utf-16) |
| 1190 | 1190 | ||
| 1191 | (define-coding-system 'utf-16-be-with-sig | 1191 | (define-coding-system 'utf-16-be-with-signature |
| 1192 | "UTF-16, big endian, with signature." | 1192 | "UTF-16, big endian, with signature." |
| 1193 | :coding-type 'utf-16 | 1193 | :coding-type 'utf-16 |
| 1194 | :mnemonic ?U | 1194 | :mnemonic ?U |
| @@ -1202,7 +1202,7 @@ is treated as a character." | |||
| 1202 | :coding-type 'utf-16 | 1202 | :coding-type 'utf-16 |
| 1203 | :mnemonic ?U | 1203 | :mnemonic ?U |
| 1204 | :charset-list '(unicode) | 1204 | :charset-list '(unicode) |
| 1205 | :bom '(utf-16-le-with-sig . utf-16-be-with-sig) | 1205 | :bom '(utf-16-le-with-signature . utf-16-be-with-signature) |
| 1206 | :mime-charset 'utf-16) | 1206 | :mime-charset 'utf-16) |
| 1207 | 1207 | ||
| 1208 | (define-coding-system 'iso-2022-7bit | 1208 | (define-coding-system 'iso-2022-7bit |