]> git.eshelyaron.com Git - emacs.git/commit
Do not store :lisp-dir in package descriptors
authorPhilip Kaludercic <philipk@posteo.net>
Wed, 15 Mar 2023 09:05:39 +0000 (10:05 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Wed, 15 Mar 2023 09:28:14 +0000 (10:28 +0100)
commit39fea1155150b48344cd9971c6248bc7b7a369f9
treeada2ce097bab4b4fd18bba351e440a9ce1cce0c6
parent168165178f32fb4e20aea32858407921baf079f0
Do not store :lisp-dir in package descriptors

* lisp/emacs-lisp/package-vc.el (package-vc--main-file)
(package-vc--unpack-1): Query 'pkg-spec' instead of
'package-desc-extras'.
(package-vc--unpack): Do not update 'package-desc-extras'.

This simplification is possible due to the change in 2718bbb3bc, since
we now ensure that package specifications are not lost.  They are
either provided by a package archive or stored in
'package-vc-selected-packages'.
lisp/emacs-lisp/package-vc.el