X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fdumped-lisp.el;h=8fd2373d390b7a77c517d1a4ff5699e9fe899254;hb=55324a8d466dca05e9644e9f9ce6047114d7bf90;hp=42b0d0bf5dd6b4438a13db7e9d9ea7564846c5a9;hpb=400e00d15724974abcedd3f991b692e9553b7b85;p=chise%2Fxemacs-chise.git- diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 42b0d0b..8fd2373 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -1,3 +1,4 @@ + (setq preloaded-file-list (assemble-list "backquote" ; needed for defsubst etc. @@ -79,7 +80,7 @@ "text-mode" "fill" "auto-save" ; Added for 20.4 - + "movemail" ; Added for 21.2 (when-feature windows-nt "winnt") (when-feature lisp-float-type "float-sup") "itimer" ; for vars auto-save-timeout and @@ -377,7 +378,18 @@ (when-feature utf-2000 "Ideograph-R212-Dragon") (when-feature utf-2000 "Ideograph-R213-Turtle") (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 "u0FB00-Alphabetic-Presentation-Forms") + (when-feature utf-2000 "u0FB50-Arabic-Presentation-Forms-A") + (when-feature utf-2000 "u0FE20-Combining-Half-Marks") + (when-feature utf-2000 "u0FE30-CJK-Compatibility-Forms") + (when-feature utf-2000 "u0FE50-Small-Form-Variants") + (when-feature utf-2000 "u0FE70-Arabic-Presentation-Forms-B") + (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") @@ -425,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")