From 9ef9b28e03a8f88556d563ad6eebe01dd3c176a6 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 21 Jun 2003 02:25:38 +0000 Subject: Adjusted for the name change: xxx-utf-16-{le,be} -> xxx-utf-16{le,be}. --- lisp/international/mule-conf.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/international/mule-conf.el') 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) -- cgit v1.2.1