From 7e1421aa3b96339f4167edf792257e9c940c83ce Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 11 Feb 2003 16:33:36 +0000 Subject: [PATCH] (default-coded-charset-priority-list): Use `=jis-x0213-{1|2}-2000' instead of `japanese-jisx0213-{1|2}'. --- lisp/mule/mule-charset.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index ba56e47..4d12c38 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -280,8 +280,8 @@ DESCRIPTION (string) is the description string of the charset." japanese-jisx0208 japanese-jisx0208-1990 japanese-jisx0212 - japanese-jisx0213-1 - japanese-jisx0213-2 + =jis-x0213-1-2000 + =jis-x0213-2-2000 japanese-jisx0208-1978 chinese-gb2312 korean-ksc5601 -- 1.7.10.4