]> git.eshelyaron.com Git - emacs.git/commit
Add an inline procedure for checking for source packages
authorPhilip Kaludercic <philipk@posteo.net>
Fri, 7 Oct 2022 16:41:24 +0000 (18:41 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sat, 8 Oct 2022 09:57:37 +0000 (11:57 +0200)
commite75994f2ff0fb863cb978e354926d0d138d5b362
treef053b521de6696c56b42e9a036d91f544f67d1c9
parent8cfeb8a9e0f69e3cd11aebe03da876e1c713a85f
Add an inline procedure for checking for source packages

* package.el (eval-when-compile): Require 'inline during compilation.
(package-vc-p): Add inline function.
(package-desc-full-name): Use it.
(package-load-descriptor): Use it.
(package--get-activatable-pkg): Use it.
(package-install-from-archive): Use it.
(package-update): Use it.
(package-desc-status): Use it.
(package--remove-hidden): Use it.
(package-menu--print-info-simple): Use it.
lisp/emacs-lisp/package.el