emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/hyperdrive 18fa759807 13/21: Tidy: (hyperdrive-view-file)


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 18fa759807 13/21: Tidy: (hyperdrive-view-file) Pass explicit hyperdrive arg
Date: Wed, 21 Aug 2024 01:10:10 -0400 (EDT)

branch: elpa/hyperdrive
commit 18fa759807f434e123310d9c9497151f77b861f5
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>

    Tidy: (hyperdrive-view-file) Pass explicit hyperdrive arg
---
 hyperdrive.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hyperdrive.el b/hyperdrive.el
index 38c6bc5682..6c1082e4ce 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -382,7 +382,8 @@ With universal prefix argument \\[universal-argument], 
prompt for version."
   ;; TODO: Stay in `view-mode' after
   ;; `hyperdrive-previous-version'/`hyperdrive-next-version'. This may
   ;; require another minor mode.
-  (interactive (list (h/read-entry :read-version current-prefix-arg)))
+  (interactive (list (h/read-entry :hyperdrive (h/read-hyperdrive)
+                                   :read-version current-prefix-arg)))
   (h/open entry
     ;; `view-buffer' checks the mode-class symbol property of
     ;; `major-mode' and avoids putting directory buffers in `view-mode'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]