comparison lisp/prim/loadup.el @ 18:d95e72db5c07 r19-15b92

Import from CVS: tag r19-15b92
author cvs
date Mon, 13 Aug 2007 08:49:43 +0200
parents 4b173ad71786
children 859a2309aef8
comparison
equal deleted inserted replaced
17:4579af9d8826 18:d95e72db5c07
101 (load-gc "derived") 101 (load-gc "derived")
102 (load-gc "minibuf") 102 (load-gc "minibuf")
103 (load-gc "list-mode") 103 (load-gc "list-mode")
104 (load-gc "modeline") ; after simple.el so it can reference functions 104 (load-gc "modeline") ; after simple.el so it can reference functions
105 ; defined there. 105 ; defined there.
106 (load-gc "help")
107 (load-gc "buff-menu")
108 (load-gc "w3-sysdp")
109 (load-gc "font") ; required by widget
110 (load-gc "widget")
111 (load-gc "custom") ; Before loaddefs so that defcustom exists.
106 ;; If SparcWorks support is included some additional packages are 112 ;; If SparcWorks support is included some additional packages are
107 ;; dumped which would normally have autoloads. To avoid 113 ;; dumped which would normally have autoloads. To avoid
108 ;; duplicate doc string warnings, SparcWorks uses a separate 114 ;; duplicate doc string warnings, SparcWorks uses a separate
109 ;; autoloads file with the dumped packages removed. 115 ;; autoloads file with the dumped packages removed.
110 ;;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!! 116 ;;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!!
111 ;;; So just make loaddefs-eos go away... 117 ;;; So just make loaddefs-eos go away...
112 ;;;(load-gc (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs")) 118 ;;;(load-gc (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs"))
113 (load-gc "loaddefs") 119 (load-gc "loaddefs")
114 (load-gc "misc") 120 (load-gc "misc")
115 (load-gc "profile") 121 (load-gc "profile")
116 (load-gc "help")
117 ;; (load-gc "hyper-apropos") Soon... 122 ;; (load-gc "hyper-apropos") Soon...
118 (load-gc "files") 123 (load-gc "files")
119 (load-gc "lib-complete") 124 (load-gc "lib-complete")
120 (load-gc "format") 125 (load-gc "format")
121 (load-gc "indent") 126 (load-gc "indent")
122 (load-gc "isearch-mode") 127 (load-gc "isearch-mode")
123 (load-gc "buffer") 128 (load-gc "buffer")
124 (load-gc "buff-menu")
125 (load-gc "undo-stack") 129 (load-gc "undo-stack")
126 (load-gc "window") 130 (load-gc "window")
127 (load-gc "paths.el") ; don't get confused if paths compiled. 131 (load-gc "paths.el") ; don't get confused if paths compiled.
128 (load-gc "startup") 132 (load-gc "startup")
129 (load-gc "lisp") 133 (load-gc "lisp")