diff lisp/update-elc.el @ 227:0e522484dd2a r20-5b12

Import from CVS: tag r20-5b12
author cvs
date Mon, 13 Aug 2007 10:12:37 +0200
parents 2c611d1463a6
children 85a06df23a9a
line wrap: on
line diff
--- a/lisp/update-elc.el	Mon Aug 13 10:11:42 2007 +0200
+++ b/lisp/update-elc.el	Mon Aug 13 10:12:37 2007 +0200
@@ -81,13 +81,13 @@
 					  nil 'dirs-only)
 			 (cons temp-path load-path))))
 
-;; At this point we need to have the package path initialized
-(packages-find-packages package-path t t)
 
 ;; (print (prin1-to-string update-elc-files-to-compile))
 
 (let (preloaded-file-list site-load-packages)
   (load (concat default-directory "../lisp/dumped-lisp.el"))
+  ;; At this point we need to have the package path initialized
+  (packages-find-packages package-path t t)
   ;; (print (prin1-to-string preloaded-file-list))
   (load (concat default-directory "../site-packages") t t)
   (setq preloaded-file-list