comparison lisp/dumped-lisp.el @ 265:8efd647ea9ca r20-5b31

Import from CVS: tag r20-5b31
author cvs
date Mon, 13 Aug 2007 10:25:37 +0200
parents 727739f917cb
children 966663fcf606
comparison
equal deleted inserted replaced
264:682d2a9d41a5 265:8efd647ea9ca
1 (setq preloaded-file-list 1 (setq preloaded-file-list
2 '("backquote" ; needed for defsubst etc. 2 '("backquote" ; needed for defsubst etc.
3 "bytecomp-runtime" ; define defsubst 3 "bytecomp-runtime" ; define defsubst
4 ;; "setup-paths" ; We're not ready for this
4 "packages" ; Bootstrap run-time lisp environment 5 "packages" ; Bootstrap run-time lisp environment
5 "subr" ; load the most basic Lisp functions 6 "subr" ; load the most basic Lisp functions
6 "replace" ; match-string used in version.el. 7 "replace" ; match-string used in version.el.
7 ; Ignore compiled-by-mistake version.elc 8 ; Ignore compiled-by-mistake version.elc
8 "version.el" 9 "version.el"
168 #+x "x-init" 169 #+x "x-init"
169 #+(and (not infodock) x toolbar) "x-toolbar" 170 #+(and (not infodock) x toolbar) "x-toolbar"
170 #+x "x-win-xfree86" 171 #+x "x-win-xfree86"
171 #+x "x-win-sun" 172 #+x "x-win-sun"
172 ;; preload the mswindows code. 173 ;; preload the mswindows code.
174 #+mswindows "msw-glyphs"
173 #+mswindows "msw-faces" 175 #+mswindows "msw-faces"
174 #+mswindows "msw-init" 176 #+mswindows "msw-init"
175 #+mswindows "msw-select" 177 #+mswindows "msw-select"
176 ;; preload the TTY init code. 178 ;; preload the TTY init code.
177 #+tty "tty-init" 179 #+tty "tty-init"