From 69f5aed57b29e4e0fe376e3b245e7a07cd95eb53 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 16 Jan 2004 13:27:02 +0000 Subject: [PATCH] (preloaded-file-list): Load mule-charset and mule-coding before loading update-cdb when utf-2000 is provided. --- lisp/dumped-lisp.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") -- 1.7.10.4