]> git.eshelyaron.com Git - emacs.git/commit
Avoid reusing :lisp-dir twice in 'package-vc--main-file'
authorPhilip Kaludercic <philipk@posteo.net>
Wed, 22 Feb 2023 14:28:44 +0000 (15:28 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Fri, 24 Feb 2023 16:14:19 +0000 (17:14 +0100)
commitb2ae4e77c74212b71523625464b7d7e009847420
tree683fd023939e18f9cd0e050b04ece9df92c04177
parent068f8fa3037dfcb7696f1c0e89a622f7fe609994
Avoid reusing :lisp-dir twice in 'package-vc--main-file'

* lisp/emacs-lisp/package-vc.el (package-vc--main-file): Just use
:lisp-dir from 'package-desc-extras', not 'pkg-spec'.

This avoid appending the contents of :lisp-dir twice, in case it is
specified both in pkg-spec and pkg-desc.
lisp/emacs-lisp/package-vc.el