From: tomo Date: Sun, 14 Nov 1999 19:47:37 +0000 (+0000) Subject: (preloaded-file-list): Add "u02E00-CJK-Radicals", X-Git-Tag: r21-2-19-utf-2000-0_12-0~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5640375a7799f92e5efb0c9d579f66231173b273;hp=6ea9cd861dba67c29f68ad95462d2e2a9f7eaa4d;p=chise%2Fxemacs-chise.git- (preloaded-file-list): Add "u02E00-CJK-Radicals", "u02F00-Kangxi-Radicals" and "u02FF0-Ideographic-Description-Characters". --- diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 9ea17b3..b4c470a 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -153,6 +153,9 @@ (when-feature utf-2000 "u02600-Miscellaneous-Symbols") (when-feature utf-2000 "u02700-Dingbats") (when-feature utf-2000 "u02800-Braille-Patterns") + (when-feature utf-2000 "u02E00-CJK-Radicals") + (when-feature utf-2000 "u02F00-Kangxi-Radicals") + (when-feature utf-2000 "u02FF0-Ideographic-Description-Characters") (when-feature mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding")