]> git.eshelyaron.com Git - emacs.git/commit
Prepare package.el to be published on GNU ELPA
authorPhilip Kaludercic <philipk@posteo.net>
Wed, 5 Apr 2023 21:16:39 +0000 (23:16 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Fri, 18 Aug 2023 08:44:58 +0000 (10:44 +0200)
commit2f74a459d2a82578fd9a92e9e2facdca90dad974
treee52e843dc1aa4c9a1977ab5dd62527c7d7c2858a
parent02d96e39b2182660e61e85b7b07da14ba6d94210
Prepare package.el to be published on GNU ELPA

* lisp/emacs-lisp/package.el: Add Compat as a dependency.
(package--native-compile-async): Check if 'native-comp-available-p' is
bound.
(lm-homepage, lm-website): Use backwards-compatible alias
'lm-homepage'.
(package-buffer-info): Call 'lm-maintainer' if 'lm-maintainers' is not
defined.
(describe-package-1): Avoid using 'make-separator-line' if not bound.
(package-report-bug): Expand 'custom--standard-value' definition.

For the background and motivation behind these changes, please consult
this thread:
https://lists.gnu.org/archive/html/emacs-devel/2023-03/msg00995.html.
lisp/emacs-lisp/package.el