From: tomo Date: Sun, 14 Nov 1999 21:28:19 +0000 (+0000) Subject: (preloaded-file-list): Add "u03000-CJK-Symbols-and-Punctuation", X-Git-Tag: r21-2-19-utf-2000-0_12-0~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=675fcae4646282d0313b7997d1036737987df42d;p=chise%2Fxemacs-chise.git.1 (preloaded-file-list): Add "u03000-CJK-Symbols-and-Punctuation", "u03040-Hiragana", "u030A0-Katakana", "u03100-Bopomofo", "u03130-Hangul-Compatibility-Jamo", "u03190-Kanbun", "u03200-Enclosed-CJK-Letters-and-Months" and "u03300-CJK-Compatibility". --- diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index b4c470a..aa817d8 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -156,6 +156,14 @@ (when-feature utf-2000 "u02E00-CJK-Radicals") (when-feature utf-2000 "u02F00-Kangxi-Radicals") (when-feature utf-2000 "u02FF0-Ideographic-Description-Characters") + (when-feature utf-2000 "u03000-CJK-Symbols-and-Punctuation") + (when-feature utf-2000 "u03040-Hiragana") + (when-feature utf-2000 "u030A0-Katakana") + (when-feature utf-2000 "u03100-Bopomofo") + (when-feature utf-2000 "u03130-Hangul-Compatibility-Jamo") + (when-feature utf-2000 "u03190-Kanbun") + (when-feature utf-2000 "u03200-Enclosed-CJK-Letters-and-Months") + (when-feature utf-2000 "u03300-CJK-Compatibility") (when-feature mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding")