From b224b4b197538365588baeff678e9a9ab78aaf76 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 23 Oct 2008 03:29:58 +0000 Subject: [PATCH] (default-coded-charset-priority-list): Prefer `=jis-x0213-{1|2}-2000' to `japanese-jisx0212'. --- lisp/mule/mule-charset.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index 6663a5b..965fd19 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -280,7 +280,6 @@ DESCRIPTION (string) is the description string of the charset." chinese-gb2312 japanese-jisx0208 =jis-x0208-1990 - japanese-jisx0212 japanese-jisx0208-1978 =gt-pj-2 =gt-pj-3 @@ -307,6 +306,7 @@ DESCRIPTION (string) is the description string of the charset." chinese-big5 =jis-x0213-1-2000 =jis-x0213-2-2000 + japanese-jisx0212 ;; chinese-gb12345 =gt-pj-1 =jis-x0208@1997 -- 1.7.10.4