(U-0002858B): Fixed.
[chise/xemacs-chise.git] / lisp / dumped-lisp.el
index b30664d..c216a48 100644 (file)
@@ -1,3 +1,11 @@
+(defvar packages-hardcoded-lisp
+  '(
+    ;; Nothing at this time
+    )
+  "Lisp packages that are always dumped with XEmacs.
+This includes every package that is loaded directly by a package listed
+in dumped-lisp.el and is not itself listed.")
+
 (setq preloaded-file-list
       (assemble-list
         "backquote"            ; needed for defsubst etc.
        (when-feature mule "mule-charset")
        (when-feature mule "mule-coding")
        (when-feature mule "arabic")
+       (when-feature utf-2000 "mojikyo-ccs")
+       (when-feature utf-2000 "mojikyo-conf")
        (when-feature utf-2000 "update-cdb")
        ;; All files after this can have extended characters in them.
        (when-feature mule "mule-help")