aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/package-vc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index a19bbb19881..aae33096c9e 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -116,6 +116,7 @@ symbol is used. The value must be a member of
116 vc-handled-backends)) 116 vc-handled-backends))
117 :version "29.1") 117 :version "29.1")
118 118
119(defvar package-vc-selected-packages) ; pacify byte-compiler
119(defun package-vc-ensure-packages () 120(defun package-vc-ensure-packages ()
120 "Ensure source packages specified in `package-vc-selected-packages'." 121 "Ensure source packages specified in `package-vc-selected-packages'."
121 (pcase-dolist (`(,(and (pred symbolp) name) . ,spec) 122 (pcase-dolist (`(,(and (pred symbolp) name) . ,spec)