X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fdumped-lisp.el;h=f59b94489107ec0384664b07c653706fa72b55ea;hb=831115c90f7559563cab4c37d81dbf907eef9284;hp=36d7942fc9291e1e2d321d01ecca282989b3ba1d;hpb=a5812bf2ff9a9cf40f4ff78dcb83f5b4c295bd18;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 36d7942..f59b944 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -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. @@ -121,10 +129,10 @@ (when-feature file-coding "code-cmds") ;;;;;;;;;;;;;;;;;; MULE support (when-feature mule "mule-conf") - (when-feature mule "arabic") - (when-feature utf-2000 "update-cdb") (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")