comparison lisp/prim/loadup.el @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents 859a2309aef8
children 441bb1e64a06
comparison
equal deleted inserted replaced
23:0edd3412f124 24:4103f0995bd7
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") 106 (load-gc "help")
107 (load-gc "buff-menu") 107 (load-gc "buff-menu")
108 ;; (load-gc "w3-sysdp") 108 ;; (load-gc "w3-sysdp")
109 (load-gc "font") ; required by widget
110 (load-gc "widget") 109 (load-gc "widget")
111 (load-gc "custom") ; Before loaddefs so that defcustom exists. 110 (load-gc "custom") ; Before loaddefs so that defcustom exists.
111 (load-gc "custom-xmas")
112 ;; If SparcWorks support is included some additional packages are 112 ;; If SparcWorks support is included some additional packages are
113 ;; dumped which would normally have autoloads. To avoid 113 ;; dumped which would normally have autoloads. To avoid
114 ;; duplicate doc string warnings, SparcWorks uses a separate 114 ;; duplicate doc string warnings, SparcWorks uses a separate
115 ;; autoloads file with the dumped packages removed. 115 ;; autoloads file with the dumped packages removed.
116 ;;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!! 116 ;;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!!
117 ;;; So just make loaddefs-eos go away... 117 ;;; So just make loaddefs-eos go away...
118 ;;;(load-gc (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs")) 118 ;;;(load-gc (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs"))
119 (load-gc "loaddefs") 119 (load-gc "loaddefs") ; <=== autoloads get put here
120 (load-gc "misc") 120 (load-gc "misc")
121 (load-gc "profile") 121 (load-gc "profile")
122 ;; (load-gc "hyper-apropos") Soon... 122 ;; (load-gc "hyper-apropos") Soon...
123 (load-gc "files") 123 (load-gc "files")
124 (load-gc "lib-complete") 124 (load-gc "lib-complete")