branch: elpa/hyperdrive
commit da1e0ddbcf3c8b61d15d87a54f979d1ad566d22c
Author: Adam Porter <[email protected]>
Commit: Joseph Turner <[email protected]>

    Tidy: Compilation warning
---
 hyperdrive-lib.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 6354b51816..c51bdb0203 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1421,7 +1421,9 @@ Default function; see variable 
`h/gateway-start-function'."
   (let ((hyper-gateway-ushin-path
          (or (h//hyper-gateway-ushin-path)
              (if (yes-or-no-p "hyper-gateway-ushin not installed; install? ")
-                 (h/install)
+                 (progn
+                   (declare-function h/install "hyperdrive")
+                   (h/install))
                (h/error "Gateway not installed; aborted")))))
     (when h/install-in-progress-p
       (h/error "Gateway installation in-progress"))

Reply via email to