comparison lisp/prim/dumped-lisp.el @ 187:b405438285a2 r20-3b20

Import from CVS: tag r20-3b20
author cvs
date Mon, 13 Aug 2007 09:56:28 +0200
parents 6075d714658b
children 489f57a838ef
comparison
equal deleted inserted replaced
186:24ac94803b48 187:b405438285a2
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
10 ;; "cl-seq" ; Fix it first, if you want these dumped
9 ;;"featurep" 11 ;;"featurep"
10 "widget" 12 "widget"
11 "custom" ; Before the world so everything can be 13 "custom" ; Before the world so everything can be
12 ; customized 14 ; customized
13 "cus-start" ; for customization of builtin variables 15 "cus-start" ; for customization of builtin variables
177 "ediff-hook" 179 "ediff-hook"
178 "fontl-hooks" 180 "fontl-hooks"
179 "auto-show" 181 "auto-show"
180 ;; #+energize "energize/energize-load.el" 182 ;; #+energize "energize/energize-load.el"
181 ;;; formerly in sunpro/sunpro-load.el 183 ;;; formerly in sunpro/sunpro-load.el
184 ;; #+(and mule sparcworks) "mime-setup"
182 #+sparcworks "cc-mode" 185 #+sparcworks "cc-mode"
183 #+sparcworks "sunpro-init" 186 #+sparcworks "sunpro-init"
184 #+sparcworks "ring" 187 #+sparcworks "ring"
185 #+sparcworks "comint" 188 #+sparcworks "comint"
186 #+sparcworks "annotations" 189 #+sparcworks "annotations"
187 ;;; formerly in eos/sun-eos-load.el 190 ;;; formerly in eos/sun-eos-load.el
188 #+sparcworks "sun-eos-init" 191 ;; #+sparcworks "sun-eos-init"
189 #+sparcworks "sun-eos-common" 192 ;; #+sparcworks "sun-eos-common"
190 #+sparcworks "sun-eos-editor" 193 ;; #+sparcworks "sun-eos-editor"
191 #+sparcworks "sun-eos-browser" 194 ;; #+sparcworks "sun-eos-browser"
192 #+sparcworks "sun-eos-debugger" 195 ;; #+sparcworks "sun-eos-debugger"
193 #+sparcworks "sun-eos-debugger-extra" 196 ;; #+sparcworks "sun-eos-debugger-extra"
194 #+sparcworks "sun-eos-menubar" 197 ;; #+sparcworks "sun-eos-menubar"
195 )) 198 ))