]> git.eshelyaron.com Git - emacs.git/commit
Introduce new function lm-package-requires
authorStefan Kangas <stefankangas@gmail.com>
Fri, 22 Dec 2023 22:41:36 +0000 (23:41 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 23 Dec 2023 00:31:26 +0000 (01:31 +0100)
commitbb5399e3cd75450db6db9b3c5829f7bd87ca1308
tree35f1539dc7087a74429a96de5999f49a64a2cdd1
parent9cb85e950dac77b59d48d320c7d40689d019aad4
Introduce new function lm-package-requires

* lisp/emacs-lisp/package.el (package--prepare-dependencies): Move
from here...
* lisp/emacs-lisp/lisp-mnt.el (lm--prepare-package-dependencies):
...to here.
(lm-package-requires): New function.
(package-buffer-info): Use above new function.
* test/lisp/emacs-lisp/lisp-mnt-tests.el
(lm--tests-lm-package-requires): New test.
lisp/emacs-lisp/lisp-mnt.el
lisp/emacs-lisp/package.el
test/lisp/emacs-lisp/lisp-mnt-tests.el