branch: elpa/hyperdrive
commit 95ccd6d8cd4500b1e6cfc1d5287219194cfaffbb
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Tidy: (h//find-buffer-visiting) Use shorthands
---
hyperdrive-lib.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index da0202355a..c57bf161a9 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1585,8 +1585,7 @@ version."
;; If `match-buffers' returns more than one buffer, we ignore the others.
(car (match-buffers
(lambda (buffer)
- (and-let* ((local-entry
- (buffer-local-value 'hyperdrive-current-entry buffer)))
+ (and-let* ((local-entry (buffer-local-value 'h/current-entry
buffer)))
(he/equal-p entry local-entry any-version-p))))))
(defun h//format-entry (entry &optional format formats)