comparison lisp/dump-paths.el @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents aabb7f5b1c81
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
37 37
38 (if debug-paths 38 (if debug-paths
39 (princ (format "XEmacs thinks the roots of its hierarchy are:\n%S\n" 39 (princ (format "XEmacs thinks the roots of its hierarchy are:\n%S\n"
40 roots))) 40 roots)))
41 41
42 (let ((stuff (packages-find-packages roots))) 42 (let* ((package-locations
43 (packages-compute-package-locations
44 ;; temporary kludge:
45 ;; this should be synched with startup.el
46 (paths-construct-path '("~" ".xemacs"))))
47 (stuff (packages-find-packages roots package-locations)))
43 (setq late-packages (car (cdr stuff)))) 48 (setq late-packages (car (cdr stuff))))
44 49
45 (setq late-package-load-path (packages-find-package-load-path late-packages)) 50 (setq late-package-load-path (packages-find-package-load-path late-packages))
46 51
47 (if debug-paths 52 (if debug-paths