Mercurial > hg > xemacs-beta
comparison lisp/dump-paths.el @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | 697ef44129c6 |
children |
comparison
equal
deleted
inserted
replaced
423:28d9c139be4c | 424:11054d720c21 |
---|---|
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 |