comparison lisp/dump-paths.el @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children 11054d720c21
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
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* ((package-locations 42 (let ((stuff (packages-find-packages roots)))
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)))
48 (setq late-packages (car (cdr stuff)))) 43 (setq late-packages (car (cdr stuff))))
49 44
50 (setq late-package-load-path (packages-find-package-load-path late-packages)) 45 (setq late-package-load-path (packages-find-package-load-path late-packages))
51 46
52 (if debug-paths 47 (if debug-paths