X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fdumped-lisp.el;h=45f06640ec8b6ae6aeeb609aa8d4e5e0630bfd60;hb=9dab7627f5aa4b82bc092df9dacb1c401ced0e5e;hp=42b0d0bf5dd6b4438a13db7e9d9ea7564846c5a9;hpb=400e00d15724974abcedd3f991b692e9553b7b85;p=chise%2Fxemacs-chise.git- diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 42b0d0b..45f0664 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,17 @@ (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 mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding")