projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
784ff9c
)
; package-vc: Pacify byte-compiler
author
Stefan Kangas
<stefankangas@gmail.com>
Fri, 4 Nov 2022 19:15:42 +0000
(20:15 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Fri, 4 Nov 2022 19:16:04 +0000
(20:16 +0100)
* lisp/emacs-lisp/package-vc.el (package-vc-selected-packages):
Declare.
lisp/emacs-lisp/package-vc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package-vc.el
b/lisp/emacs-lisp/package-vc.el
index a19bbb19881a525b1bcc6ee583c118e360c75d3a..aae33096c9e0b414757bd73f956e8802e808efc1 100644
(file)
--- 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)