From 5640375a7799f92e5efb0c9d579f66231173b273 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 14 Nov 1999 19:47:37 +0000 Subject: [PATCH 1/1] (preloaded-file-list): Add "u02E00-CJK-Radicals", "u02F00-Kangxi-Radicals" and "u02FF0-Ideographic-Description-Characters". --- lisp/dumped-lisp.el | 3 +++ 1 file changed, 3 insertions(+) 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") -- 1.7.10.4