]> git.eshelyaron.com Git - emacs.git/commit
Ensure VC package names are not empty
authorPhilip Kaludercic <philipk@posteo.net>
Wed, 11 Jan 2023 08:27:01 +0000 (09:27 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Wed, 11 Jan 2023 08:28:40 +0000 (09:28 +0100)
commit384504edf35751eec2be9b52be5d3b250217d68f
tree800eaf4b64f8230098b5e48bb904c77e1c83075c
parent70947da708c8e06e31a2930520b38bafe43dba39
Ensure VC package names are not empty

* lisp/emacs-lisp/package-vc.el (package-vc--unpack): Raise an error
if the package name is empty.
(package-vc-install): Avoid generating an empty file name, if a URL
ends with a slash, and raise an error if the package name is empty.
lisp/emacs-lisp/package-vc.el