XEmacs 21.2.20 "Yoko".
[chise/xemacs-chise.git.1] / lisp / dump-paths.el
index 10117d5..780f3ad 100644 (file)
       (princ (format "XEmacs thinks the roots of its hierarchy are:\n%S\n"
                     roots)))
 
-  (let ((stuff (packages-find-packages roots)))
+  (let* ((package-locations
+         (packages-compute-package-locations
+          ;; temporary kludge:
+          ;; this should be synched with startup.el
+          (paths-construct-path '("~" ".xemacs"))))
+        (stuff (packages-find-packages roots package-locations)))
     (setq late-packages (car (cdr stuff))))
 
   (setq late-package-load-path (packages-find-package-load-path late-packages))