comparison lisp/prim/loadup.el @ 98:0d2f883870bc r20-1b1

Import from CVS: tag r20-1b1
author cvs
date Mon, 13 Aug 2007 09:13:56 +0200
parents 54cc21c15cbb
children 4be1180a9e89
comparison
equal deleted inserted replaced
97:498bf5da1c90 98:0d2f883870bc
106 ;; duplicate doc string warnings, SparcWorks uses a separate 106 ;; duplicate doc string warnings, SparcWorks uses a separate
107 ;; autoloads file with the dumped packages removed. 107 ;; autoloads file with the dumped packages removed.
108 ;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!! 108 ;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!!
109 ;; So just make loaddefs-eos go away... 109 ;; So just make loaddefs-eos go away...
110 ;;(load-gc (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs")) 110 ;;(load-gc (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs"))
111 (load-gc "font") ; required by widget
112 (load-gc "widget")
113 (load-gc "custom") ; Before loaddefs so that defcustom exists
111 (load-gc "loaddefs") 114 (load-gc "loaddefs")
112 (load-gc "misc") 115 (load-gc "misc")
113 (load-gc "profile") 116 (load-gc "profile")
114 (load-gc "help") 117 (load-gc "help")
115 ;; (load-gc "hyper-apropos") Soon... 118 ;; (load-gc "hyper-apropos") Soon...