]> git.eshelyaron.com Git - emacs.git/commit
Initial Support for ELPA packages in core
authorPhillip Lord <phillip.lord@russet.org.uk>
Wed, 7 Sep 2016 16:33:27 +0000 (17:33 +0100)
committerPhillip Lord <phillip.lord@russet.org.uk>
Wed, 7 Sep 2016 16:33:27 +0000 (17:33 +0100)
commitc1c7c634edc64d48d39c4867aeb6f12bb8a4c57f
tree7b59e5643bbcf7d90a7e26327fe09f864636f24f
parent439f3c3e567692b6823923d569a06ac206d1c3be
Initial Support for ELPA packages in core

Previously, Emacs packages in core were stored only in their own
directory structure. Here, we add support for packages following
conventions for ELPA to be added to the packages directory. These are
compiled, and loaded directly using package.el during start up.
Makefile.in
lisp/emacs-lisp/package.el
packages/all/all.el [new file with mode: 0644]
packages/metar/metar.el [new file with mode: 0644]
packages/package-build.el [new file with mode: 0644]