comparison lisp/prim/loadup.el @ 110:fe104dbd9147 r20-1b7

Import from CVS: tag r20-1b7
author cvs
date Mon, 13 Aug 2007 09:19:45 +0200
parents 8ff55ebd4be9
children 8619ce7e4c50
comparison
equal deleted inserted replaced
109:e183fc049578 110:fe104dbd9147
204 (load-gc "auto-show") 204 (load-gc "auto-show")
205 (when (featurep 'energize) 205 (when (featurep 'energize)
206 (load-gc "energize/energize-load.el")) 206 (load-gc "energize/energize-load.el"))
207 (when (featurep 'sparcworks) 207 (when (featurep 'sparcworks)
208 (load-gc "sunpro/sunpro-load.el")) 208 (load-gc "sunpro/sunpro-load.el"))
209 (load-gc "custom-load")
209 (fmakunbound 'load-gc) 210 (fmakunbound 'load-gc)
210 )) ;; end of call-with-condition-handler 211 )) ;; end of call-with-condition-handler
211 212
212 213
213 (setq load-warn-when-source-newer t ; set to t at top of file 214 (setq load-warn-when-source-newer t ; set to t at top of file