branch: elpa/hyperdrive commit 8282225cff163b82e5deef942b637b09ba05f966 Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Comment: Add TODO --- hyperdrive.el | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperdrive.el b/hyperdrive.el index ecdd5a00bc..cc2c68df00 100644 --- a/hyperdrive.el +++ b/hyperdrive.el @@ -481,6 +481,7 @@ hyperdrive directory listing or a `hyperdrive-mode' file buffer." (declare (modes hyperdrive-mode)) (interactive) (if-let ((parent (hyperdrive-parent hyperdrive-current-entry))) + ;; TODO: Go to entry in parent directory. (hyperdrive-open parent) (hyperdrive-user-error "At root directory")))