Mercurial > hg > xemacs-beta
comparison lisp/packages.el @ 454:d7a9135ec789 r21-2-42
Import from CVS: tag r21-2-42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:40:54 +0200 |
parents | 3078fd1074e8 |
children | ef4d2466a29c |
comparison
equal
deleted
inserted
replaced
453:270b05afd845 | 454:d7a9135ec789 |
---|---|
53 ;;; Code: | 53 ;;; Code: |
54 | 54 |
55 ;;; Package versioning | 55 ;;; Package versioning |
56 | 56 |
57 (defvar packages-package-list nil | 57 (defvar packages-package-list nil |
58 "Database of loaded packages and version numbers") | 58 "Database of installed packages and version numbers") |
59 | 59 |
60 (defvar packages-hierarchy-depth 1 | 60 (defvar packages-hierarchy-depth 1 |
61 "Depth of package hierarchies.") | 61 "Depth of package hierarchies.") |
62 | 62 |
63 (defvar packages-load-path-depth 1 | 63 (defvar packages-load-path-depth 1 |