comparison lisp/dumped-lisp.el @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 1f50e6fe4f3f
children 2f8bb876ab1d
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
1 (setq preloaded-file-list 1 (setq preloaded-file-list
2 (assemble-list 2 (assemble-list
3 "backquote" ; needed for defsubst etc. 3 "backquote" ; needed for defsubst etc.
4 "bytecomp-runtime" ; define defsubst 4 "bytecomp-runtime" ; define defsubst
5 "Installation.el"
6 "find-paths" 5 "find-paths"
7 "packages" ; Bootstrap run-time lisp environment 6 "packages" ; Bootstrap run-time lisp environment
8 "setup-paths" 7 "setup-paths"
9 "dump-paths" 8 "dump-paths"
10 "subr" ; load the most basic Lisp functions 9 "subr" ; load the most basic Lisp functions
31 "objects" 30 "objects"
32 "extents" 31 "extents"
33 "events" 32 "events"
34 "text-props" 33 "text-props"
35 "process" ;; This is bad. network-streams may not be defined. 34 "process" ;; This is bad. network-streams may not be defined.
36 (when-feature multicast "multicast") ; #+network-streams implicitely true 35 (when-feature multicast "multicast") ; #+network-streams implicitly true
37 "frame" ; move up here cause some stuff needs it here 36 "frame" ; move up here cause some stuff needs it here
38 "map-ynp" 37 "map-ynp"
39 "simple" 38 "simple"
40 "keydefs" ; Before loaddefs so that keymap vars exist. 39 "keydefs" ; Before loaddefs so that keymap vars exist.
41 "abbrev" 40 "abbrev"
78 "easymenu" ; Added for 20.3. 77 "easymenu" ; Added for 20.3.
79 "lisp-mode" 78 "lisp-mode"
80 "text-mode" 79 "text-mode"
81 "fill" 80 "fill"
82 "auto-save" ; Added for 20.4 81 "auto-save" ; Added for 20.4
83 82 "movemail" ; Added for 21.2
84 (when-feature windows-nt "winnt") 83 (when-feature windows-nt "winnt")
85 (when-feature lisp-float-type "float-sup") 84 (when-feature lisp-float-type "float-sup")
86 "itimer" ; for vars auto-save-timeout and 85 "itimer" ; for vars auto-save-timeout and
87 ; auto-gc-threshold 86 ; auto-gc-threshold
88 "itimer-autosave" 87 "itimer-autosave"
93 (when-feature mule "mule-charset") 92 (when-feature mule "mule-charset")
94 (when-feature file-coding "coding") 93 (when-feature file-coding "coding")
95 (when-feature mule "mule-coding") 94 (when-feature mule "mule-coding")
96 ;; Handle I/O of files with extended characters. 95 ;; Handle I/O of files with extended characters.
97 (when-feature file-coding "code-files") 96 (when-feature file-coding "code-files")
98 (when-feature mule "mule-files")
99 ;; Handle process with encoding/decoding non-ascii coding-system. 97 ;; Handle process with encoding/decoding non-ascii coding-system.
100 (when-feature file-coding "code-process") 98 (when-feature file-coding "code-process")
101 (when-feature mule "mule-help") 99 (when-feature mule "mule-help")
102 ;; Load the remaining basic files. 100 ;; Load the remaining basic files.
103 (when-feature mule "mule-category") 101 (when-feature mule "mule-category")
126 124
127 (when-feature mule "arabic") 125 (when-feature mule "arabic")
128 (when-feature mule "chinese") 126 (when-feature mule "chinese")
129 (when-feature mule "mule/cyrillic") ; overloaded in leim/quail 127 (when-feature mule "mule/cyrillic") ; overloaded in leim/quail
130 (when-feature mule "english") 128 (when-feature mule "english")
131 ;; (when-feature mule "ethiopic") 129 (when-feature mule "ethiopic")
132 (when-feature mule "european") 130 (when-feature mule "european")
133 (when-feature mule "mule/greek") ; overloaded in leim/quail 131 (when-feature mule "mule/greek") ; overloaded in leim/quail
134 (when-feature mule "hebrew") 132 (when-feature mule "hebrew")
135 (when-feature mule "japanese") 133 (when-feature mule "japanese")
136 (when-feature mule "korean") 134 (when-feature mule "korean")
137 (when-feature mule "misc-lang") 135 (when-feature mule "misc-lang")
138 ;; (when-feature mule "thai") 136 (when-feature mule "thai-xtis-chars")
137 (when-feature mule "mule/thai-xtis") ; overloaded in leim/quail
139 (when-feature mule "viet-chars") 138 (when-feature mule "viet-chars")
140 ;; (when-feature mule "vietnamese") 139 (when-feature mule "vietnamese")
141 140
142 ;; Specialized language support 141 ;; Specialized language support
143 (when-feature (and mule CANNA) "canna-leim") 142 (when-feature (and mule CANNA) "canna-leim")
144 ;; Egg/Its is now a package 143 ;; Egg/Its is now a package
145 ; (when-feature (and mule wnn) "egg-leim") 144 ; (when-feature (and mule wnn) "egg-leim")
164 (when-feature dragdrop-api "dragdrop") 163 (when-feature dragdrop-api "dragdrop")
165 ;; preload the X code, for faster startup. 164 ;; preload the X code, for faster startup.
166 (when-feature (and (not infodock) 165 (when-feature (and (not infodock)
167 (or x mswindows) menubar) "menubar-items") 166 (or x mswindows) menubar) "menubar-items")
168 (when-feature (and infodock (or x mswindows) menubar) "id-menus") 167 (when-feature (and infodock (or x mswindows) menubar) "id-menus")
168 (when-feature (and gutter menubar window-system) "gutter-items")
169 (when-feature x "x-faces") 169 (when-feature x "x-faces")
170 (when-feature x "x-iso8859-1") 170 (when-feature x "x-iso8859-1")
171 (when-feature x "x-mouse") 171 (when-feature x "x-mouse")
172 (when-feature x "x-select") 172 (when-feature x "x-select")
173 (when-feature (and x scrollbar) "x-scrollbar") 173 (when-feature (and x scrollbar) "x-scrollbar")