comparison lisp/prim/loadup.el @ 106:8ff55ebd4be9 r20-1b5

Import from CVS: tag r20-1b5
author cvs
date Mon, 13 Aug 2007 09:17:26 +0200
parents 4be1180a9e89
children fe104dbd9147
comparison
equal deleted inserted replaced
105:e59cf502fb45 106:8ff55ebd4be9
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 "widget") 111 (load-gc "widget")
112 (load-gc "custom") ; Before loaddefs so that defcustom exists 112 (load-gc "custom") ; Before loaddefs so that defcustom exists
113 (load-gc "custom-xmas")
114 (load-gc "loaddefs") ; <=== autoloads get put here 113 (load-gc "loaddefs") ; <=== autoloads get put here
115 (load-gc "misc") 114 (load-gc "misc")
116 (load-gc "profile") 115 (load-gc "profile")
117 (load-gc "help") 116 (load-gc "help")
118 ;; (load-gc "hyper-apropos") Soon... 117 ;; (load-gc "hyper-apropos") Soon...