Mercurial > hg > xemacs-beta
comparison lisp/packages.el @ 5474:4dee0387b9de
Merged with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Tue, 29 Mar 2011 00:02:47 +0200 |
parents | ac37a5f7e5be 3889ef128488 |
children | 10f179710250 |
comparison
equal
deleted
inserted
replaced
5473:ac37a5f7e5be | 5474:4dee0387b9de |
---|---|
477 PACKAGE-HIERARCHIES is a list of package directories." | 477 PACKAGE-HIERARCHIES is a list of package directories." |
478 (packages-find-package-library-path package-hierarchies '("info"))) | 478 (packages-find-package-library-path package-hierarchies '("info"))) |
479 | 479 |
480 (defun packages-find-package-data-path (package-hierarchies) | 480 (defun packages-find-package-data-path (package-hierarchies) |
481 "Construct the data-path component for packages. | 481 "Construct the data-path component for packages. |
482 PACKAGE-HIERARCHIES is a list of package hierachies." | 482 PACKAGE-HIERARCHIES is a list of package hierarchies." |
483 (paths-find-recursive-load-path | 483 (paths-find-recursive-load-path |
484 (packages-find-package-library-path package-hierarchies | 484 (packages-find-package-library-path package-hierarchies |
485 '("etc")) | 485 '("etc")) |
486 packages-data-path-depth)) | 486 packages-data-path-depth)) |
487 | 487 |