; Actually use dummy package descriptor
* lisp/emacs-lisp/package-vc.el (package-vc--unpack): Set pkg-desc if
nil.
This revises the changes from 70947da708
.
This commit is contained in:
parent
2bf0ad3be6
commit
cb07f1bcd0
1 changed files with 1 additions and 1 deletions
|
@ -601,7 +601,7 @@ how to fetch and build the package. See `package-vc--archive-spec-alist'
|
|||
for details. The optional argument REV specifies a specific revision to
|
||||
checkout. This overrides the `:branch' attribute in PKG-SPEC."
|
||||
(unless pkg-desc
|
||||
(package-desc-create :name (car pkg-spec) :kind 'vc))
|
||||
(setq pkg-desc (package-desc-create :name (car pkg-spec) :kind 'vc)))
|
||||
(pcase-let* (((map :lisp-dir) pkg-spec)
|
||||
(name (package-desc-name pkg-desc))
|
||||
(dirname (package-desc-full-name pkg-desc))
|
||||
|
|
Loading…
Add table
Reference in a new issue