; package-vc: Pacify byte-compiler

* lisp/emacs-lisp/package-vc.el (package-vc-selected-packages):
Declare.
This commit is contained in:
Stefan Kangas 2022-11-04 20:15:42 +01:00
parent 784ff9c5d3
commit 5f0af7caec

View file

@ -116,6 +116,7 @@ symbol is used. The value must be a member of
vc-handled-backends))
:version "29.1")
(defvar package-vc-selected-packages) ; pacify byte-compiler
(defun package-vc-ensure-packages ()
"Ensure source packages specified in `package-vc-selected-packages'."
(pcase-dolist (`(,(and (pred symbolp) name) . ,spec)