(A-GT-K02849): New abstract node; unify A-U+8FB0-itaiji-001.
[chise/xemacs-chise.git.1] / lisp / dumped-lisp.el
index f348942..f59b944 100644 (file)
@@ -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
 ))