From: tomo Date: Fri, 16 Jan 2004 13:27:02 +0000 (+0000) Subject: (preloaded-file-list): Load mule-charset and mule-coding before X-Git-Tag: r21-4-14-chise-0_21-19^2~99 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=commitdiff_plain;h=69f5aed57b29e4e0fe376e3b245e7a07cd95eb53 (preloaded-file-list): Load mule-charset and mule-coding before loading update-cdb when utf-2000 is provided. --- diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 36d7942..b30664d 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -121,10 +121,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")