From: tomo Date: Mon, 10 Feb 2003 10:43:52 +0000 (+0000) Subject: (preloaded-file-list): Add X-Git-Tag: r21-2-44-utf-2000-m0_18-n0_20-6~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=342e988b33e8a5a35c7eb85461f271a2cb5ec0ea;p=chise%2Fxemacs-chise.git (preloaded-file-list): Add "u02980-Miscellaneous-Mathematical-Symbols-B", "u02900-Supplemental-Arrows-B" and "u031F0-Katakana-Phonetic-Extensions" when `utf-2000' is provided. --- 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")