From: Stefan Kangas Date: Fri, 4 Nov 2022 19:15:42 +0000 (+0100) Subject: ; package-vc: Pacify byte-compiler X-Git-Tag: emacs-29.0.90~1616^2~303 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f0af7caecb3096816cc0f2edaefbd7daf838e57;p=emacs.git ; package-vc: Pacify byte-compiler * lisp/emacs-lisp/package-vc.el (package-vc-selected-packages): Declare. --- 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 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)