Resorted; add missing Morohashi's Daikanwa characters; add missing
[chise/xemacs-chise.git-] / lisp / dumped-lisp.el
index ead38e0..73dea36 100644 (file)
@@ -33,7 +33,7 @@
        "events"
        "text-props"
        "process" ;; This is bad. network-streams may not be defined.
-       (when-feature multicast "multicast") ; #+network-streams implicitely true
+       (when-feature multicast "multicast") ; #+network-streams implicitly true
        "frame"                 ; move up here cause some stuff needs it here
        "map-ynp"
        "simple"
@@ -50,6 +50,7 @@
 ;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!!
 ;; So just make loaddefs-eos go away...
 ;;(pureload (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs"))
+       "cus-file"
        "startup"               ; For initialization of
                                ;  `emacs-user-extension-dir'
        "misc"
        "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
                                ; auto-gc-threshold
        "itimer-autosave"
+       "printer"
        (when-feature toolbar "toolbar")
        (when-feature scrollbar "scrollbar")
        (when-feature menubar "menubar")
        (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")
        (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")
 ;; Moved to sunpro-load.el - the default only for Sun.
 ;;(pureload "mime-setup")
 ;;; mule-load.el ends here
+       (when-feature (and gutter window-system) "gutter")
        (when-feature window-system "gui")
        (when-feature window-system "mode-motion")
        (when-feature window-system "mouse")
-       (when-feature window-system "select")
+       "select"
        (when-feature dragdrop-api "dragdrop")
 ;; preload the X code, for faster startup.
        (when-feature (and (not infodock)
                           (or x mswindows) menubar) "menubar-items")
        (when-feature (and infodock (or x mswindows) menubar) "id-menus")
-       (when-feature (and gutter menubar window-system) "gutter-items")
+       (when-feature (and gutter window-system) "gutter-items")
        (when-feature x "x-faces")
        (when-feature x "x-iso8859-1")
        (when-feature x "x-mouse")