From: tomo Date: Thu, 2 Aug 2001 16:16:10 +0000 (+0000) Subject: (preloaded-file-list): Load "arabic" before loading character X-Git-Tag: r21-2-38-utf-2000-0_17-1~103 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02873d3c3bb77491b180f19ae7290fc572ed3a3d;p=chise%2Fxemacs-chise.git (preloaded-file-list): Load "arabic" before loading character definitions. --- diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 82fa6e6..b7c70c2 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -122,6 +122,7 @@ (when-feature file-coding "code-cmds") ;;;;;;;;;;;;;;;;;; MULE support (when-feature mule "mule-conf") + (when-feature mule "arabic") (when-feature utf-2000 "isolated-char") (when-feature utf-2000 "u00000-C0") (when-feature utf-2000 "u00020-Basic-Latin") @@ -451,7 +452,6 @@ ;; 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")