]> git.eshelyaron.com Git - emacs.git/commit
Move make-package to Lisp
authorGerd Möllmann <gerd@gnu.org>
Tue, 18 Oct 2022 14:49:47 +0000 (16:49 +0200)
committerGerd Möllmann <gerd@gnu.org>
Tue, 18 Oct 2022 14:49:47 +0000 (16:49 +0200)
commitfc936470cdd13bacd1d1cd04261300739a0ce29c
tree6afa8d73c9085163b84519127db3ef408f990a6a
parentc4922c4f087038a37ab22e7ece5d0e5b02e17b24
Move make-package to Lisp

* lisp/emacs-lisp/pkg.el: Implement make-package.
* lisp/obarray.el (obarray-make): Use make-%package.
* src/pkg.c: Various changes to move make-package to Lisp.
lisp/emacs-lisp/pkg.el
lisp/obarray.el
src/pkg.c