X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fdump-paths.el;h=10117d5f5112690f6426c086bd6b15a0b06f2689;hb=83ae2cea390538b6148af611d9dae32160eb3bd4;hp=9381a0c08b25e19d88e05f7424c79cbc0b5e22cb;hpb=c5e615c17f89a5d09fedffc7a387162d12e1b8a6;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/dump-paths.el b/lisp/dump-paths.el index 9381a0c..10117d5 100644 --- a/lisp/dump-paths.el +++ b/lisp/dump-paths.el @@ -28,7 +28,6 @@ ;; This sets up the various paths for continuing loading files for ;; dumping. -;; #### This code is duplicated in startup.el (startup-setup-paths). (let ((debug-paths (or debug-paths (and (getenv "EMACSDEBUGPATHS") @@ -40,12 +39,7 @@ (princ (format "XEmacs thinks the roots of its hierarchy are:\n%S\n" 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))) + (let ((stuff (packages-find-packages roots))) (setq late-packages (car (cdr stuff)))) (setq late-package-load-path (packages-find-package-load-path late-packages))