From 342e988b33e8a5a35c7eb85461f271a2cb5ec0ea Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 10 Feb 2003 10:43:52 +0000 Subject: [PATCH] (preloaded-file-list): Add "u02980-Miscellaneous-Mathematical-Symbols-B", "u02900-Supplemental-Arrows-B" and "u031F0-Katakana-Phonetic-Extensions" when `utf-2000' is provided. --- lisp/dumped-lisp.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 0e960d5..61aac80 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -186,6 +186,8 @@ (when-feature utf-2000 "u02600-Miscellaneous-Symbols") (when-feature utf-2000 "u02700-Dingbats") (when-feature utf-2000 "u02800-Braille-Patterns") + (when-feature utf-2000 "u02980-Miscellaneous-Mathematical-Symbols-B") + (when-feature utf-2000 "u02900-Supplemental-Arrows-B") (when-feature utf-2000 "u02E00-CJK-Radical-Supplement") (when-feature utf-2000 "u02F00-Kangxi-Radicals") (when-feature utf-2000 "u02FF0-Ideographic-Description-Characters") @@ -196,6 +198,7 @@ (when-feature utf-2000 "u03130-Hangul-Compatibility-Jamo") (when-feature utf-2000 "u03190-Kanbun") (when-feature utf-2000 "u031A0-Bopomofo-Extended") + (when-feature utf-2000 "u031F0-Katakana-Phonetic-Extensions") (when-feature utf-2000 "u03200-Enclosed-CJK-Letters-and-Months") (when-feature utf-2000 "u03300-CJK-Compatibility") (when-feature utf-2000 "Ideograph-R001-One") -- 1.7.10.4