Set syntax-entry "w" for `chinese-big5' instead of `chinese-big5-1'
authortomo <tomo>
Mon, 12 Aug 2002 14:10:02 +0000 (14:10 +0000)
committertomo <tomo>
Mon, 12 Aug 2002 14:10:02 +0000 (14:10 +0000)
and `chinese-big5-2' in UTF-2000.

lisp/mule/chinese.el

index 747775f..3edb4aa 100644 (file)
 (modify-syntax-entry 'chinese-cns11643-5 "w")
 (modify-syntax-entry 'chinese-cns11643-6 "w")
 (modify-syntax-entry 'chinese-cns11643-7 "w")
-(modify-syntax-entry 'chinese-big5-1 "w")
-(modify-syntax-entry 'chinese-big5-2 "w")
+(if (featurep 'utf-2000)
+    (modify-syntax-entry 'chinese-big5 "w")
+  (modify-syntax-entry 'chinese-big5-1 "w")
+  (modify-syntax-entry 'chinese-big5-2 "w"))
 
 (modify-category-entry 'chinese-cns11643-3 ?t)
 (modify-category-entry 'chinese-cns11643-4 ?t)