; package-vc: Pacify byte-compiler
* lisp/emacs-lisp/package-vc.el (package-vc-selected-packages): Declare.
This commit is contained in:
parent
784ff9c5d3
commit
5f0af7caec
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue