Mercurial > hg > xemacs-beta
diff lisp/update-elc.el @ 265:8efd647ea9ca r20-5b31
Import from CVS: tag r20-5b31
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:25:37 +0200 |
parents | 727739f917cb |
children | 966663fcf606 |
line wrap: on
line diff
--- a/lisp/update-elc.el Mon Aug 13 10:24:47 2007 +0200 +++ b/lisp/update-elc.el Mon Aug 13 10:25:37 2007 +0200 @@ -64,6 +64,7 @@ (define-function 'defalias 'define-function) (load "packages.el") +;;; (load "setup-paths.el") (let ((autol (packages-list-autoloads))) ;; (print (prin1-to-string autol)) @@ -87,6 +88,7 @@ (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 + ;(paths-setup-paths) (packages-find-packages package-path t t) ;; (print (prin1-to-string preloaded-file-list)) (load (concat default-directory "../site-packages") t t)