From 02873d3c3bb77491b180f19ae7290fc572ed3a3d Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 2 Aug 2001 16:16:10 +0000 Subject: [PATCH] (preloaded-file-list): Load "arabic" before loading character definitions. --- lisp/dumped-lisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 1.7.10.4