mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-03 04:21:28 -08:00
Revert "Ensure that directory is expanded in package-vc-checkout"
This reverts commit bf0b0c9c73.
It is only needed in Emacs 29.
This commit is contained in:
parent
59af2c6b15
commit
fb4b0b30a2
1 changed files with 0 additions and 1 deletions
|
|
@ -941,7 +941,6 @@ for the last released version of the package."
|
|||
(lambda (dir) (or (not (file-exists-p dir))
|
||||
(directory-empty-p dir))))
|
||||
(and current-prefix-arg :last-release))))
|
||||
(setf directory (expand-file-name directory))
|
||||
(package-vc--archives-initialize)
|
||||
(let ((pkg-spec (or (package-vc--desc->spec pkg-desc)
|
||||
(and-let* ((extras (package-desc-extras pkg-desc))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue