]> git.eshelyaron.com Git - emacs.git/commit
Ensure 'package-vc--main-file' always returns an existing file
authorPhilip Kaludercic <philipk@posteo.net>
Sat, 10 Dec 2022 08:43:22 +0000 (09:43 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Sat, 10 Dec 2022 08:48:02 +0000 (09:48 +0100)
commit022ab1061b2a5ffebcc1a000386c1a568ac06e2f
tree8ca8fda5f768728d53ca6213af3a768bcee8aece
parent357fe91996bc6015af002fe4259a3a61a5f32dbb
Ensure 'package-vc--main-file' always returns an existing file

* lisp/emacs-lisp/package-vc.el (require): Explicitly require cl-lib.
(package-vc--main-file): If the expected file name is missing, try and
find the closest match.
lisp/emacs-lisp/package-vc.el