From: tomo Date: Tue, 15 Jun 1999 03:35:49 +0000 (+0000) Subject: (preloaded-file-list): Don't load vietnamese.el if utf-2000 is X-Git-Tag: r21-2-15-buf-utf8-1~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=830405bbca72401c8af34e21f95acc3532cc634c;p=chise%2Fxemacs-chise.git.1 (preloaded-file-list): Don't load vietnamese.el if utf-2000 is provided temporally. --- 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")