branch: elpa/hyperdrive
commit 55d2b61510d5e35f8246cdebdebf43756dab95f7
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Fix: (hyperdrive-menu) Fix a fixme
    
    And yes, this seems to be an issue in Transient.
---
 hyperdrive-menu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hyperdrive-menu.el b/hyperdrive-menu.el
index 98c9ccc90b..3ef4c3b551 100644
--- a/hyperdrive-menu.el
+++ b/hyperdrive-menu.el
@@ -206,7 +206,7 @@
                        (string= "../" (alist-get 'display-name
                                                  (hyperdrive-entry-etc 
selected-entry)))))))
     ("w" "Copy URL" hyperdrive-dir-copy-url)
-    ;; FIXME: The sequence "? ? RET" says "Unbound suffix" instead of showing 
the help for that command.  Might be an issue in Transient.
+    ;; FIXME: The sequence "? RET" says "Unbound suffix" instead of showing 
the help for that command.  Might be an issue in Transient.
     ("RET" "Open" hyperdrive-dir-find-file)
     ("v" "View" hyperdrive-dir-view-file
      :inapt-if (lambda ()

Reply via email to