Mercurial > hg > xemacs-beta
comparison lisp/packages.el @ 5473:ac37a5f7e5be
Merge with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Thu, 17 Mar 2011 23:42:59 +0100 |
parents | b9167d522a9a 311f6817efc2 |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5472:e79980ee5efe | 5473:ac37a5f7e5be |
---|---|
513 ;; 20.4 packages could set this | 513 ;; 20.4 packages could set this |
514 preloaded-file-list) | 514 preloaded-file-list) |
515 (load file-name) | 515 (load file-name) |
516 ;; dumped-lisp.el could have set this ... | 516 ;; dumped-lisp.el could have set this ... |
517 (if package-lisp | 517 (if package-lisp |
518 (mapcar #'(lambda (base) | 518 (mapcar handle package-lisp)))))) |
519 (funcall handle base)) | |
520 package-lisp)))))) | |
521 package-load-path)) | 519 package-load-path)) |
522 | 520 |
523 (defun packages-load-package-dumped-lisps (package-load-path) | 521 (defun packages-load-package-dumped-lisps (package-load-path) |
524 "Load dumped-lisp.el files along a load path. | 522 "Load dumped-lisp.el files along a load path. |
525 Also load files off PACKAGE-LISP definitions there." | 523 Also load files off PACKAGE-LISP definitions there." |