comparison lisp/dumped-lisp.el @ 5420:b9167d522a9a

Rebase with 21.5 trunk.
author Mats Lidell <matsl@xemacs.org>
date Thu, 28 Oct 2010 23:53:24 +0200
parents 91b3aa59f49b d27c1ee1943b
children 248176c74e6b
comparison
equal deleted inserted replaced
5419:eaf01113cd42 5420:b9167d522a9a
36 (list 36 (list
37 ;; do not defcustom any variables in these files 37 ;; do not defcustom any variables in these files
38 38
39 "backquote" ; needed for defsubst etc. 39 "backquote" ; needed for defsubst etc.
40 "bytecomp-runtime" ; define defsubst 40 "bytecomp-runtime" ; define defsubst
41 "subr" ; load the most basic Lisp functions
42 "cl"
43 "cl-extra" ; also loads cl-macs if we're running interpreted.
44 "cl-seq"
45 "post-gc"
46 "version"
47 "custom" ; Before the world so everything can be customized
48 "cus-start" ; for customization of builtin variables
41 "find-paths" 49 "find-paths"
42 "packages" ; Bootstrap run-time lisp environment 50 "packages"
43 "setup-paths" 51 "setup-paths"
44 52 "replace"
45 ;; use custom-declare-variable-early, not defcustom, in these files
46
47 "subr" ; load the most basic Lisp functions
48 "post-gc"
49 "replace" ; match-string used in version.el.
50
51 "version"
52
53 "cl"
54 "cl-extra"
55 "cl-seq"
56 "widget" 53 "widget"
57 "custom" ; Before the world so everything can be
58 ; customized
59 "cus-start" ; for customization of builtin variables
60
61 ;; OK, you can use defcustom from here on
62
63 "cmdloop" 54 "cmdloop"
64 "keymap" 55 "keymap"
65 "syntax" 56 "syntax"
66 "device" 57 "device"
67 "console" 58 "console"