branch: elpa/hyperdrive
commit 6e5620f7c82eece3d08e8a5bffd1007a7645ac61
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>

    Tidy: (h//gateway-path) Use shorthands
---
 hyperdrive-lib.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 54e0000981..93d5fd88fd 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1418,8 +1418,8 @@ Then calls THEN if given."
 See user options `hyperdrive-gateway-program' and
 `hyperdrive-gateway-directory'."
   (cond ((file-exists-p
-          (expand-file-name h/gateway-program hyperdrive-gateway-directory))
-         (expand-file-name h/gateway-program hyperdrive-gateway-directory))
+          (expand-file-name h/gateway-program h/gateway-directory))
+         (expand-file-name h/gateway-program h/gateway-directory))
         ((executable-find h/gateway-program))))
 
 (defun h//gateway-start-default ()

Reply via email to