Mercurial > hg > xemacs-beta
comparison lisp/dumped-lisp.el @ 282:c42ec1d1cded r21-0b39
Import from CVS: tag r21-0b39
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 10:33:18 +0200 |
| parents | 7df0dd720c89 |
| children | 558f606b08ae |
comparison
equal
deleted
inserted
replaced
| 281:090b52736db2 | 282:c42ec1d1cded |
|---|---|
| 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 #-infodock "Installation.el" | 4 "Installation.el" |
| 5 "find-paths" | 5 "find-paths" |
| 6 "packages" ; Bootstrap run-time lisp environment | 6 "packages" ; Bootstrap run-time lisp environment |
| 7 "setup-paths" | 7 "setup-paths" |
| 8 "dump-paths" | 8 "dump-paths" |
| 9 "subr" ; load the most basic Lisp functions | 9 "subr" ; load the most basic Lisp functions |
| 56 #-mule "help-nomule" | 56 #-mule "help-nomule" |
| 57 "help" | 57 "help" |
| 58 ;; (pureload "hyper-apropos") Soon... | 58 ;; (pureload "hyper-apropos") Soon... |
| 59 #-file-coding "files-nomule" | 59 #-file-coding "files-nomule" |
| 60 "files" | 60 "files" |
| 61 #-infodock "lib-complete" ; InfoDock uses an older version | 61 "lib-complete" |
| 62 "format" | 62 "format" |
| 63 "indent" | 63 "indent" |
| 64 "isearch-mode" | 64 "isearch-mode" |
| 65 "buffer" | 65 "buffer" |
| 66 "buff-menu" | 66 "buff-menu" |
| 157 ;;(pureload "mime-setup") | 157 ;;(pureload "mime-setup") |
| 158 ;;; mule-load.el ends here | 158 ;;; mule-load.el ends here |
| 159 #+window-system "gui" | 159 #+window-system "gui" |
| 160 #+window-system "mode-motion" | 160 #+window-system "mode-motion" |
| 161 #+window-system "mouse" | 161 #+window-system "mouse" |
| 162 #+window-system "dragdrop" | |
| 162 #+window-system "select" | 163 #+window-system "select" |
| 163 ;; preload the X code, for faster startup. | 164 ;; preload the X code, for faster startup. |
| 164 #+(and (not infodock) (or x mswindows) menubar) "x-menubar" | 165 #+(and (not infodock) (or x mswindows) menubar) "menubar-items" |
| 165 #+(and infodock (or x mswindows) menubar) "id-menus" | 166 #+(and infodock (or x mswindows) menubar) "id-menus" |
| 166 #+x "x-faces" | 167 #+x "x-faces" |
| 167 #+x "x-iso8859-1" | 168 #+x "x-iso8859-1" |
| 168 #+x "x-mouse" | 169 #+x "x-mouse" |
| 169 #+x "x-select" | 170 #+x "x-select" |
| 170 #+(and x scrollbar) "x-scrollbar" | 171 #+(and x scrollbar) "x-scrollbar" |
| 171 #+x "x-misc" | 172 #+x "x-misc" |
| 172 #+x "x-init" | 173 #+x "x-init" |
| 173 #+(and (not infodock) window-system toolbar) "x-toolbar" | 174 #+(and (not infodock) window-system toolbar) "toolbar-items" |
| 174 #+x "x-win-xfree86" | 175 #+x "x-win-xfree86" |
| 175 #+x "x-win-sun" | 176 #+x "x-win-sun" |
| 176 ;; preload the mswindows code. | 177 ;; preload the mswindows code. |
| 177 #+mswindows "msw-glyphs" | 178 #+mswindows "msw-glyphs" |
| 178 #+mswindows "msw-faces" | 179 #+mswindows "msw-faces" |
