From: tomo Date: Thu, 1 May 2003 08:10:52 +0000 (+0000) Subject: (Qmap_cns11643_2): Renamed from `Qchinese_cns11643_2'. X-Git-Tag: r21-4-11-chise-0_21-=cns11643-2^2~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5a515f949a4ce029df2774a3af4b287a7b65710a;p=chise%2Fxemacs-chise.git- (Qmap_cns11643_2): Renamed from `Qchinese_cns11643_2'. (syms_of_mule_charset): Add new symbol `=cns11643-2' instead of `chinese-cns11643-2'. (complex_vars_of_mule_charset): Rename `chinese-cns11643-2' to `=cns11643-2'. --- diff --git a/src/mule-charset.c b/src/mule-charset.c index 5d26a9c..8c8604e 100644 --- a/src/mule-charset.c +++ b/src/mule-charset.c @@ -304,7 +304,7 @@ Lisp_Object Qascii, Qmap_ks_x1001, Qmap_jis_x0212, Qmap_cns11643_1, - Qchinese_cns11643_2, + Qmap_cns11643_2, #ifdef UTF2000 Qmap_ucs, Qucs, Qucs_bmp, @@ -2718,7 +2718,7 @@ syms_of_mule_charset (void) defsymbol (&Qmap_ks_x1001, "=ks-x1001"); defsymbol (&Qmap_jis_x0212, "=jis-x0212"); defsymbol (&Qmap_cns11643_1, "=cns11643-1"); - defsymbol (&Qchinese_cns11643_2, "chinese-cns11643-2"); + defsymbol (&Qmap_cns11643_2, "=cns11643-2"); #ifdef UTF2000 defsymbol (&Qmap_ucs, "=ucs"); defsymbol (&Qucs, "ucs"); @@ -3095,7 +3095,7 @@ complex_vars_of_mule_charset (void) Qnil, 0, 0, 0, 33, Qnil, CONVERSION_IDENTICAL); staticpro (&Vcharset_chinese_cns11643_2); Vcharset_chinese_cns11643_2 = - make_charset (LEADING_BYTE_CHINESE_CNS11643_2, Qchinese_cns11643_2, 94, 2, + make_charset (LEADING_BYTE_CHINESE_CNS11643_2, Qmap_cns11643_2, 94, 2, 2, 0, 'H', CHARSET_LEFT_TO_RIGHT, build_string ("CNS11643-2"), build_string ("CNS11643-2 (Chinese traditional)"),