]> 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>
Thu, 8 Sep 2016 21:38:52 +0000 (22:38 +0100)
commit6b13eacd522ce0a7867415ed9543e6a13ab3cd78
treea6cd5a79acbcefa803fc9fb0914d3ac0ee592a61
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/GNUmakefile [new file with mode: 0644]
packages/example/example.el [new file with mode: 0644]
packages/package-build.el [new file with mode: 0644]
packages/package-test.el [new file with mode: 0644]