branch: elpa/helm
commit 10ad48b92e5566272fcebdb2faa2144af3af9200
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Fix again issue#2692 with package-vc
    
    Exclude packages installed with package-vc in
    helm-package--upgradeable-packages.
---
 helm-packages.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-packages.el b/helm-packages.el
index 5d881dfadf..02c1049e20 100644
--- a/helm-packages.el
+++ b/helm-packages.el
@@ -475,6 +475,7 @@ PROVIDER can be one of \"melpa\", \"gnu\" or \"nongnu\"."
              for available = (and pkg (not (package-disabled-p sym cversion)) 
pkg)
              ;; Exclude packages installed with package-vc (issue#2692).
              when (and available
+                       (not (package-vc-p desc))
                        (or (and include-builtins (not cversion))
                            (and cversion
                                 (version-list-<

Reply via email to