From c8b0190ce3ecf94bca8a48ccd482556505028e75 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 29 Jul 2003 14:13:04 +0000 Subject: [PATCH] (default-coded-charset-priority-list): Prefer `=big5-cdp', `chinese-big5-eten-a', `chinese-big5-eten-b' and `chinese-big5' to `=gt-pj-*'. --- lisp/mule/mule-charset.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index 1948c33..09c8fe3 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -306,6 +306,10 @@ DESCRIPTION (string) is the description string of the charset." arabic-digit arabic-1-column arabic-2-column + =big5-cdp + chinese-big5-eten-a + chinese-big5-eten-b + chinese-big5 =gt-pj-1 =gt-pj-2 =gt-pj-3 @@ -321,7 +325,6 @@ DESCRIPTION (string) is the description string of the charset." =gt-pj-k2 ideograph-daikanwa-2 ideograph-daikanwa - =big5-cdp =hanziku-1 =hanziku-2 =hanziku-3 @@ -335,9 +338,6 @@ DESCRIPTION (string) is the description string of the charset." =hanziku-11 =hanziku-12 =cbeta - chinese-big5-eten-a - chinese-big5-eten-b - chinese-big5 ucs-bmp =jef-china3 arabic-iso8859-6 -- 1.7.10.4