# HG changeset patch # User Kenichi Handa # Date 1227772970 0 # Node ID 07596d9ff61406e90eee388b6ccdb1aca0cef057 # Parent 3634b7edab06f11dbfe53116ea7790de509df8e3 Set category 'C' to characters #x20000..#x2AFFF, #x2F800..#x2FFFF. diff -r 3634b7edab06 -r 07596d9ff614 lisp/international/characters.el --- a/lisp/international/characters.el Thu Nov 27 08:02:28 2008 +0000 +++ b/lisp/international/characters.el Thu Nov 27 08:02:50 2008 +0000 @@ -138,6 +138,8 @@ (modify-category-entry '(#xF900 . #xFAFF) ?|) (modify-category-entry '(#x20000 . #x2AFFF) ?|) (modify-category-entry '(#x2F800 . #x2FFFF) ?|) +(modify-category-entry '(#x20000 . #x2AFFF) ?C) +(modify-category-entry '(#x2F800 . #x2FFFF) ?C) ;; Chinese character set (GB2312)