diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/package-vc.el | 1 |
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 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) |