From 830405bbca72401c8af34e21f95acc3532cc634c Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 15 Jun 1999 03:35:49 +0000 Subject: [PATCH] (preloaded-file-list): Don't load vietnamese.el if utf-2000 is provided temporally. --- 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 1b33b17..1a95fdd 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -135,7 +135,7 @@ (when-feature mule "misc-lang") (when-feature mule "thai-xtis") (when-feature mule "viet-chars") - (when-feature mule "vietnamese") + (when-feature (and mule (not utf-2000)) "vietnamese") ;; Specialized language support (when-feature (and mule CANNA) "canna-leim") -- 1.7.10.4