1
Fork 0
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:
Eli Zaretskii 2023-12-02 10:06:45 -05:00
parent 59af2c6b15
commit fb4b0b30a2

View file

@ -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))