From: tomo Date: Mon, 12 Aug 2002 14:10:02 +0000 (+0000) Subject: Set syntax-entry "w" for `chinese-big5' instead of `chinese-big5-1' X-Git-Tag: r21-2-44-utf-2000-0_19-nc4-b5-1-2~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ba6b2aeda3507945a02280b8c03d19bfa4bc5bc6;p=chise%2Fxemacs-chise.git Set syntax-entry "w" for `chinese-big5' instead of `chinese-big5-1' and `chinese-big5-2' in UTF-2000. --- diff --git a/lisp/mule/chinese.el b/lisp/mule/chinese.el index 747775f..3edb4aa 100644 --- a/lisp/mule/chinese.el +++ b/lisp/mule/chinese.el @@ -46,8 +46,10 @@ (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)