X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fdumped-lisp.el;h=b7c70c21990b981121180798c999815ed0492c69;hb=ab3c288904d247cd2b0bee8d803922b9a9f7ef7c;hp=b32bdfe8b543ede990709f332f1607feaff8b9c5;hpb=1d9bc86590766427e2431876a50d78206a99edd5;p=chise%2Fxemacs-chise.git diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index b32bdfe..b7c70c2 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -122,6 +122,8 @@ (when-feature file-coding "code-cmds") ;;;;;;;;;;;;;;;;;; MULE support (when-feature mule "mule-conf") + (when-feature mule "arabic") + (when-feature utf-2000 "isolated-char") (when-feature utf-2000 "u00000-C0") (when-feature utf-2000 "u00020-Basic-Latin") (when-feature utf-2000 "u00080-C1") @@ -192,7 +194,7 @@ (when-feature utf-2000 "u03100-Bopomofo") (when-feature utf-2000 "u03130-Hangul-Compatibility-Jamo") (when-feature utf-2000 "u03190-Kanbun") - (when-feature utf-2000 "u031A0-Extended-Bopomofo") + (when-feature utf-2000 "u031A0-Bopomofo-Extended") (when-feature utf-2000 "u03200-Enclosed-CJK-Letters-and-Months") (when-feature utf-2000 "u03300-CJK-Compatibility") (when-feature utf-2000 "Ideograph-R001-One") @@ -411,6 +413,7 @@ (when-feature utf-2000 "Ideograph-R214-Flute") (when-feature utf-2000 "u0A000-Yi-Syllables") (when-feature utf-2000 "u0AC00-Hangul-Syllables") + (when-feature utf-2000 "u0E000-Private-Use") (when-feature utf-2000 "u0FB00-Alphabetic-Presentation-Forms") (when-feature utf-2000 "u0FB50-Arabic-Presentation-Forms-A") (when-feature utf-2000 "u0FE20-Combining-Half-Marks") @@ -449,9 +452,8 @@ ;; Now load files to set up all the different languages/environments ;; that Mule knows about. - (when-feature mule "arabic") (when-feature mule "chinese") -; (when-feature mule "mule/cyrillic") ; overloaded in leim/quail + (when-feature mule "mule/cyrillic") ; overloaded in leim/quail (when-feature mule "english") (when-feature mule "ethiopic") (when-feature mule "european") @@ -460,8 +462,8 @@ (when-feature mule "japanese") (when-feature mule "korean") (when-feature mule "misc-lang") -; (when-feature mule "thai-xtis-chars") -; (when-feature mule "mule/thai-xtis") ; overloaded in leim/quail + (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)) "viet-ccl") (when-feature mule "vietnamese")