From: tomo Date: Wed, 26 Apr 2000 11:51:25 +0000 (+0000) Subject: (preloaded-file-list): Add "ccs-tcvn5712.el" in UTF-2000; add X-Git-Tag: r21-2-27-utf-2000-0_15-0~17 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=06557f5853942cd2ab6dcd966c6f3c881ede2e9b;p=chise%2Fxemacs-chise.git.1 (preloaded-file-list): Add "ccs-tcvn5712.el" in UTF-2000; add "viet-ccl" in non-UTF-2000 Mule; add "vietnamese" unconditionally. --- diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 45f0664..9c8a2ba 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -389,6 +389,7 @@ (when-feature utf-2000 "u0FF00-Halfwidth-and-Fullwidth-Forms") (when-feature utf-2000 "u0FFF0-Specials") (when-feature utf-2000 "mojikyo") + (when-feature utf-2000 "ccs-tcvn5712.el") (when-feature mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding") @@ -436,7 +437,8 @@ (when-feature mule "thai-xtis-chars") (when-feature mule "mule/thai-xtis") ; overloaded in leim/quail (when-feature mule "viet-chars") - (when-feature (and mule (not utf-2000)) "vietnamese") + (when-feature (and mule (not utf-2000)) "viet-ccl") + (when-feature mule "vietnamese") ;; Specialized language support (when-feature (and mule CANNA) "canna-leim")