branch: elpa/hyperdrive
commit 1b29f4ca0bf1a61d93182ab06b23a93f7291d858
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Comment: Add NOTE
---
hyperdrive-lib.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index d52f22676b..f228684ab8 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -816,6 +816,8 @@ Returns the ranges cons cell for ENTRY."
;; `h/version-ranges', there's nothing to do.
(he/version-range entry)
;; Don't store ranges for entries which have never existed.
+ ;; NOTE: This check may incorrectly skip the body if
+ ;; `hyperdrive-version-ranges' has been cleared.
(not (he/version-ranges entry)))
(pcase-let*
((ranges (he/version-ranges entry))