(Qmap_ks_x1001): Renamed from `Qkorean_ksc5601'.
authortomo <tomo>
Thu, 17 Apr 2003 11:27:15 +0000 (11:27 +0000)
committertomo <tomo>
Thu, 17 Apr 2003 11:27:15 +0000 (11:27 +0000)
(syms_of_mule_charset): Add new symbol `=ks-x1001' instead of
`korean-ksc5601'.
(complex_vars_of_mule_charset): Rename `korean-ksc5601' to
`=ks-x1001'.

src/mule-charset.c

index 1f6c3f1..fe7485e 100644 (file)
@@ -301,7 +301,7 @@ Lisp_Object Qascii,
   Qchinese_gb2312,
   Qchinese_gb12345,
   Qmap_jis_x0208_1983,
-  Qkorean_ksc5601,
+  Qmap_ks_x1001,
   Qmap_jis_x0212,
   Qchinese_cns11643_1,
   Qchinese_cns11643_2,
@@ -2715,7 +2715,7 @@ syms_of_mule_charset (void)
   defsymbol (&Qchinese_gb2312,         "chinese-gb2312");
   defsymbol (&Qchinese_gb12345,                "chinese-gb12345");
   defsymbol (&Qmap_jis_x0208_1983,     "=jis-x0208-1983");
-  defsymbol (&Qkorean_ksc5601,         "korean-ksc5601");
+  defsymbol (&Qmap_ks_x1001,           "=ks-x1001");
   defsymbol (&Qmap_jis_x0212,          "=jis-x0212");
   defsymbol (&Qchinese_cns11643_1,     "chinese-cns11643-1");
   defsymbol (&Qchinese_cns11643_2,     "chinese-cns11643-2");
@@ -3065,7 +3065,7 @@ complex_vars_of_mule_charset (void)
 #endif
   staticpro (&Vcharset_korean_ksc5601);
   Vcharset_korean_ksc5601 =
-    make_charset (LEADING_BYTE_KOREAN_KSC5601, Qkorean_ksc5601, 94, 2,
+    make_charset (LEADING_BYTE_KOREAN_KSC5601, Qmap_ks_x1001, 94, 2,
                  2, 0, 'C', CHARSET_LEFT_TO_RIGHT,
                  build_string ("KSC5601"),
                  build_string ("KSC5601 (Korean"),