(preloaded-file-list): Don't load vietnamese.el if utf-2000 is
authortomo <tomo>
Tue, 15 Jun 1999 03:35:49 +0000 (03:35 +0000)
committertomo <tomo>
Tue, 15 Jun 1999 03:35:49 +0000 (03:35 +0000)
provided temporally.

lisp/dumped-lisp.el

index 1b33b17..1a95fdd 100644 (file)
        (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")