X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lisp%2Fdumped-lisp.el;h=1b33b1745c7a4ee1e1e22f664246b1e11efea11a;hp=cbbecfb1054621b4d870c087f432b91acd8ec43b;hb=113b194be934327de99a168d809271db252c07c4;hpb=2e3e3f9ee27fec50f45c282d71eaddf7c673bc56 diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index cbbecfb..1b33b17 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -2,7 +2,6 @@ (assemble-list "backquote" ; needed for defsubst etc. "bytecomp-runtime" ; define defsubst - "Installation.el" "find-paths" "packages" ; Bootstrap run-time lisp environment "setup-paths" @@ -95,7 +94,6 @@ (when-feature mule "mule-coding") ;; Handle I/O of files with extended characters. (when-feature file-coding "code-files") - (when-feature mule "mule-files") ;; Handle process with encoding/decoding non-ascii coding-system. (when-feature file-coding "code-process") (when-feature mule "mule-help") @@ -126,18 +124,18 @@ (when-feature mule "arabic") (when-feature mule "chinese") - (when-feature mule "mule-base/cyrillic") ; overloaded in leim/quail + (when-feature mule "mule/cyrillic") ; overloaded in leim/quail (when-feature mule "english") -;; (when-feature mule "ethiopic") + (when-feature mule "ethiopic") (when-feature mule "european") - (when-feature mule "mule-base/greek") ; overloaded in leim/quail + (when-feature mule "mule/greek") ; overloaded in leim/quail (when-feature mule "hebrew") (when-feature mule "japanese") (when-feature mule "korean") (when-feature mule "misc-lang") -;; (when-feature mule "thai") + (when-feature mule "thai-xtis") (when-feature mule "viet-chars") -;; (when-feature mule "vietnamese") + (when-feature mule "vietnamese") ;; Specialized language support (when-feature (and mule CANNA) "canna-leim")