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

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

[nongnu] elpa/hyperdrive a62d64c1b0 03/15: Change: (hyperdrive-find-file


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive a62d64c1b0 03/15: Change: (hyperdrive-find-file) Always force-prompt
Date: Tue, 10 Oct 2023 19:00:33 -0400 (EDT)

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

    Change: (hyperdrive-find-file) Always force-prompt
---
 hyperdrive.el | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/hyperdrive.el b/hyperdrive.el
index 257b9b8be8..77ddecce73 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -325,12 +325,8 @@ calling `kill-all-local-variables')."
 ;;;###autoload
 (defun hyperdrive-find-file (entry)
   "Find hyperdrive ENTRY.
-Interactively, prompts for known hyperdrive and path.
-
-With universal prefix argument \\[universal-argument], prompts
-for more information.  See `hyperdrive-read-entry' and
-`hyperdrive-complete-hyperdrive'."
-  (interactive (list (hyperdrive-read-entry :force-prompt current-prefix-arg)))
+Interactively, prompts for known hyperdrive and path."
+  (interactive (list (hyperdrive-read-entry :force-prompt t)))
   (hyperdrive-open entry))
 
 ;;;###autoload



reply via email to

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