comparison lisp/prim/loadup.el @ 32:e04119814345 r19-15b99

Import from CVS: tag r19-15b99
author cvs
date Mon, 13 Aug 2007 08:52:56 +0200
parents 1917ad0d78d7
children ee648375d8d6
comparison
equal deleted inserted replaced
31:b9328a10c56c 32:e04119814345
203 (load-gc "auto-show") 203 (load-gc "auto-show")
204 (when (featurep 'energize) 204 (when (featurep 'energize)
205 (load-gc "energize/energize-load.el")) 205 (load-gc "energize/energize-load.el"))
206 (when (featurep 'sparcworks) 206 (when (featurep 'sparcworks)
207 (load-gc "sunpro/sunpro-load.el")) 207 (load-gc "sunpro/sunpro-load.el"))
208 (load-gc "custom-load")
208 (fmakunbound 'load-gc) 209 (fmakunbound 'load-gc)
209 )) ;; end of call-with-condition-handler 210 )) ;; end of call-with-condition-handler
210 211
211 212
212 (setq load-warn-when-source-newer t ; set to t at top of file 213 (setq load-warn-when-source-newer t ; set to t at top of file