diff options
author | Kenichi Handa <handa@m17n.org> | 2003-06-21 02:25:38 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2003-06-21 02:25:38 +0000 |
commit | 9ef9b28e03a8f88556d563ad6eebe01dd3c176a6 (patch) | |
tree | c7877e1264406f5bfa48be198f1b5d684a49f6a6 /lisp/international/mule-conf.el | |
parent | 566f38a0e0db1af7575b3f8babd3deb24d28248f (diff) | |
download | emacs-9ef9b28e03a8f88556d563ad6eebe01dd3c176a6.tar.gz |
Adjusted for the name change: xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
Diffstat (limited to 'lisp/international/mule-conf.el')
-rw-r--r-- | lisp/international/mule-conf.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 1e0637b9189..04bc47d3de2 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -520,8 +520,8 @@ for decoding and encoding files, process I/O, etc." coding-category-iso-8-else 'iso-2022-8bit-ss2 coding-category-ccl nil coding-category-utf-8 'mule-utf-8 - coding-category-utf-16-be 'mule-utf-16-be-with-signature - coding-category-utf-16-le 'mule-utf-16-le-with-signature + coding-category-utf-16-be 'mule-utf-16be-with-signature + coding-category-utf-16-le 'mule-utf-16le-with-signature coding-category-big5 'chinese-big5 coding-category-raw-text 'raw-text coding-category-binary 'no-conversion) |