Check more carefully for packages before loading package.el.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 31 Oct 2010 00:06:18 +0000 (20:06 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 31 Oct 2010 00:06:18 +0000 (20:06 -0400)
commit8a500a91a222c6c8e9ae6c72e233f1512520504a
tree961b0b9b802b5f0c5b42817fa013e6f34ca2e08e
parent837ba704f88ac7d2b1935d1810d1574ec811a94f
Check more carefully for packages before loading package.el.

* startup.el (command-line): Search for package directories, and
don't load package.el if none are found.

* emacs-lisp/package.el (describe-package, list-packages): Call
package-initialize if it has not been called yet.
lisp/ChangeLog
lisp/emacs-lisp/package.el
lisp/startup.el