(preloaded-file-list): Don't load vietnamese.el if utf-2000 is
[chise/xemacs-chise.git] / lisp / dumped-lisp.el
index 07c67ce..1a95fdd 100644 (file)
@@ -94,7 +94,6 @@
        (when-feature mule "mule-coding")
 ;; Handle I/O of files with extended characters.
        (when-feature file-coding "code-files")
-       (when-feature mule "mule-files")
 ;; Handle process with encoding/decoding non-ascii coding-system.
        (when-feature file-coding "code-process")
        (when-feature mule "mule-help")
        (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")