comparison lisp/prim/dumped-lisp.el @ 189:489f57a838ef r20-3b21

Import from CVS: tag r20-3b21
author cvs
date Mon, 13 Aug 2007 09:57:07 +0200
parents b405438285a2
children acd284d43ca1
comparison
equal deleted inserted replaced
188:e29a8e7498d9 189:489f57a838ef
1 (setq dumped-lisp-packages 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 "packages" ; Bootstrap run-time lisp environment 4 "packages" ; Bootstrap run-time lisp environment
5 "subr" ; load the most basic Lisp functions 5 "subr" ; load the most basic Lisp functions
6 "replace" ; match-string used in version.el. 6 "replace" ; match-string used in version.el.
7 "version.el" ; Ignore compiled-by-mistake version.elc 7 "version.el" ; Ignore compiled-by-mistake version.elc
8 "cl" 8 "cl"
9 ;; "cl-extra" ; These cause lossage at dump 9 "cl-extra"
10 ;; "cl-seq" ; Fix it first, if you want these dumped 10 "cl-seq"
11 ;;"featurep" 11 ;;"featurep"
12 "widget" 12 "widget"
13 "custom" ; Before the world so everything can be 13 "custom" ; Before the world so everything can be
14 ; customized 14 ; customized
15 "cus-start" ; for customization of builtin variables 15 "cus-start" ; for customization of builtin variables