branch: elpa/helm commit f48231d98e2ffb9fad2d445b0fd473aba973a1a9 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
package-vc-p may not be available --- helm-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-packages.el b/helm-packages.el index 818fe0a3f7..cd43e6f88c 100644 --- a/helm-packages.el +++ b/helm-packages.el @@ -285,7 +285,7 @@ Arg PACKAGES is a list of strings." (version-list-< cversion (package-desc-version (cadr available)))))) - (package-vc-p desc)) + (and (fboundp 'package-vc-p) (package-vc-p desc))) collect sym))) ;;;###autoload