X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fdumped-lisp.el;h=f59b94489107ec0384664b07c653706fa72b55ea;hb=d8c05de64f98142760a5c0dceda85841d839caa4;hp=f3489429a6cc808aac66ab5401de54afc9db655f;hpb=79d2db7d65205bc85d471590726d0cf3af5598e0;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index f348942..f59b944 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -128,8 +128,11 @@ in dumped-lisp.el and is not itself listed.") ;; Provide basic commands to set coding systems to user (when-feature file-coding "code-cmds") ;;;;;;;;;;;;;;;;;; MULE support + (when-feature mule "mule-conf") (when-feature mule "mule-charset") (when-feature mule "mule-coding") + (when-feature mule "arabic") + (when-feature utf-2000 "update-cdb") ;; All files after this can have extended characters in them. (when-feature mule "mule-help") (when-feature mule "mule-category") @@ -156,7 +159,6 @@ in dumped-lisp.el and is not itself listed.") ;; Now load files to set up all the different languages/environments ;; that Mule knows about. - (when-feature mule "arabic") (when-feature mule "chinese") (when-feature mule "mule/cyrillic") ; overloaded in leim/quail (when-feature mule "english") @@ -171,6 +173,7 @@ in dumped-lisp.el and is not itself listed.") (when-feature mule "thai-xtis-chars") (when-feature mule "mule/thai-xtis") ; overloaded in leim/quail (when-feature mule "viet-chars") + (when-feature (and mule (not utf-2000)) "viet-ccl") (when-feature mule "vietnamese") ;; Specialized language support @@ -259,6 +262,8 @@ in dumped-lisp.el and is not itself listed.") ;; (when-feature sparcworks "sun-eos-debugger") ;; (when-feature sparcworks "sun-eos-debugger-extra") ;; (when-feature sparcworks "sun-eos-menubar") + ;; (when-feature utf-2000 "make-cdbs") + (when-feature chise "close-cdb") "loadhist" ; Must be dumped before loaddefs is loaded "loaddefs" ; <=== autoloads get loaded here ))