From: tomo Date: Mon, 17 May 1999 09:41:50 +0000 (+0000) Subject: Add ethiopic, thai-xtis and vietnamese. X-Git-Tag: r21-2-12~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e784d6cee09cc99d9de681a853b934218f559abc;p=chise%2Fxemacs-chise.git- Add ethiopic, thai-xtis and vietnamese. --- diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 290991b..5f06ad5 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -128,16 +128,16 @@ (when-feature mule "chinese") (when-feature mule "mule/cyrillic") ; overloaded in leim/quail (when-feature mule "english") -;; (when-feature mule "ethiopic") + (when-feature mule "ethiopic") (when-feature mule "european") (when-feature mule "mule/greek") ; overloaded in leim/quail (when-feature mule "hebrew") (when-feature mule "japanese") (when-feature mule "korean") (when-feature mule "misc-lang") -;; (when-feature mule "thai") + (when-feature mule "thai-xtis") (when-feature mule "viet-chars") -;; (when-feature mule "vietnamese") + (when-feature mule "vietnamese") ;; Specialized language support (when-feature (and mule CANNA) "canna-leim")