From: tomo Date: Sun, 3 Oct 1999 14:40:46 +0000 (+0000) Subject: (preloaded-file-list): Add "ccs-jisx0201-latin.el", X-Git-Tag: r21-2-19-utf-2000-0_8-2~13 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=10ff51d605a439685c70535977fce91ea42fb5e3;p=chise%2Fxemacs-chise.git.1 (preloaded-file-list): Add "ccs-jisx0201-latin.el", "ccs-iso8859-2.el", "ccs-iso8859-3.el", "ccs-iso8859-4.el", "ccs-iso8859-9.el", "ccs-viscii.el" and "ccs-jisx0208-1983.el". --- diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 75b2cea..1ad78e2 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -89,6 +89,13 @@ (when-feature scrollbar "scrollbar") (when-feature menubar "menubar") (when-feature dialog "dialog") + (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 mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding")