From: tomo Date: Thu, 11 Nov 1999 06:12:49 +0000 (+0000) Subject: (preloaded-file-list): Add "mule-conf" in Mule; delete X-Git-Tag: r21-2-19-utf-2000-0_11-0~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=08445a5717ba83b00a72e3904faa1d79054eb604;p=chise%2Fxemacs-chise.git.1 (preloaded-file-list): Add "mule-conf" in Mule; delete "ccs-iso8859-*.el"; add "u00000-C0.el", "u00020-Basic-Latin.el", "u00080-C1.el", "u000A0-Latin-1-Supplement.el", "u00100-Latin-Extended-A.el", "u00180-Latin-Extended-B.el", "u00250-IPA-Extensions.el", "u002B0-Spacing-Modifier-Letters.el", "u00300-Combining-Diacritical-Marks.el" and "u00370-Greek.el". --- diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 1ad78e2..6ce56d6 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -89,13 +89,20 @@ (when-feature scrollbar "scrollbar") (when-feature menubar "menubar") (when-feature dialog "dialog") + (when-feature mule "mule-conf") (when-feature utf-2000 "ccs-jisx0201-latin.el") - (when-feature utf-2000 "ccs-iso8859-2.el") - (when-feature utf-2000 "ccs-iso8859-3.el") - (when-feature utf-2000 "ccs-iso8859-4.el") - (when-feature utf-2000 "ccs-iso8859-9.el") (when-feature utf-2000 "ccs-viscii.el") (when-feature utf-2000 "ccs-jisx0208-1983.el") + (when-feature utf-2000 "u00000-C0.el") + (when-feature utf-2000 "u00020-Basic-Latin.el") + (when-feature utf-2000 "u00080-C1.el") + (when-feature utf-2000 "u000A0-Latin-1-Supplement.el") + (when-feature utf-2000 "u00100-Latin-Extended-A.el") + (when-feature utf-2000 "u00180-Latin-Extended-B.el") + (when-feature utf-2000 "u00250-IPA-Extensions.el") + (when-feature utf-2000 "u002B0-Spacing-Modifier-Letters.el") + (when-feature utf-2000 "u00300-Combining-Diacritical-Marks.el") + (when-feature utf-2000 "u00370-Greek.el") (when-feature mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding")