[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'.
- [nongnu] elpa/hyperdrive dfeed42902 08/21: Tidy: (h/dir--yank-media-image-handler) Pass explicit hyperdrive arg, (continued)
- [nongnu] elpa/hyperdrive dfeed42902 08/21: Tidy: (h/dir--yank-media-image-handler) Pass explicit hyperdrive arg, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive 9602eb33d5 02/21: Tidy: (h//context-hyperdrive) Split into two functions, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive 1759da77fd 10/21: Tidy: (h//context-entry) Use thunk-let, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive a827488194 12/21: Tidy: (hyperdrive-find-file) Pass explicit hyperdrive arg, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive 4cd76ceafe 05/21: Fix: (h/forget-file) Docstring, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive 98e0b93a1b 07/21: Tidy: (h/dir--yank-media-image-handler) Use h/read-entry defaults, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive 828f47e6e4 03/21: Tidy: (h//context-entry) Use cond instead of pcase, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive 3b4ab158bf 06/21: Comment: Remove TODO, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive 36f2842bf3 01/21: Tidy: (h//context-hyperdrive) Rename from h/complete-hyperdrive, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive 7985ec745a 11/21: Fix: (h/org-link-complete) Always prompt to pick hyperdrive, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive 18fa759807 13/21: Tidy: (hyperdrive-view-file) Pass explicit hyperdrive arg,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive a076397acc 09/21: Tidy: (h//context-entry) Pass explicit hyperdrive arg, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive a124eb3b20 14/21: Tidy: (hyperdrive-write-buffer) Pass explicit hyperdrive arg, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive 80813274bb 15/21: Change: (hyperdrive-write-buffer) Better default path prompt, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive c4b2ceb5d0 17/21: Tidy: (h/menu-bar-menu) Use h//context-hyperdrive, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive 3e02096dee 19/21: Change: (h/read-entry) Make HYPERDRIVE a positional argument, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive 25f540a7df 20/21: Tidy: (h//context-entry) Use a labeled function instead of thunk, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive 5bdeecd0d4 16/21: Tidy: (hyperdrive-upload-file) Pass explicit hyperdrive arg, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive e575db6a50 18/21: Change: (h/read-entry) Remove args PREDICATE, FORCE-PROMPT-DRIVE, ELPA Syncer, 2024/08/21
- [nongnu] elpa/hyperdrive 3b7167539a 21/21: Merge: Refactor internal functions for reading hyperdrives, ELPA Syncer, 2024/08/21