From c30782aa4ded19e3225126c177364a934005c789 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 28 Jun 1999 13:39:31 +0000 Subject: [PATCH 1/1] (preloaded-file-list): Load "thai-xtis-chars" when Mule is running; load "mule/thai-xtis" instead of "thai-xtis" to avoid conflict with leim/quail/thai-xtis. --- lisp/dumped-lisp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 1b33b17..097c197 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -133,7 +133,8 @@ (when-feature mule "japanese") (when-feature mule "korean") (when-feature mule "misc-lang") - (when-feature mule "thai-xtis") + (when-feature mule "thai-xtis-chars") + (when-feature mule "mule/thai-xtis") ; overloaded in leim/quail (when-feature mule "viet-chars") (when-feature mule "vietnamese") -- 1.7.10.4