[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm b42c63f06b: Fix previous commit
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm b42c63f06b: Fix previous commit |
Date: |
Mon, 15 Jul 2024 10:00:18 -0400 (EDT) |
branch: elpa/helm
commit b42c63f06b16a6a2d6fcc1c91a2182821165eed1
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Fix previous commit
---
helm-packages.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-packages.el b/helm-packages.el
index 53c702830d..09ffc4e3fa 100644
--- a/helm-packages.el
+++ b/helm-packages.el
@@ -273,7 +273,7 @@ to avoid errors with outdated packages no more availables."
(when arg (helm-packages--refresh-contents))
(let ((upgrades (cl-loop for p in (package--upgradeable-packages)
unless (helm-aand (assq p package-load-list)
- (or (null it) (stringp it)))
+ (or (null (cadr it)) (stringp
(cadr it))))
collect p))
(removables (package--removable-packages)))
(helm :sources (list
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/helm b42c63f06b: Fix previous commit,
ELPA Syncer <=