branch: elpa/hyperdrive
commit 5e32667239d42e960cd6c73a2bc32c3ff5519cfe
Author: Joseph Turner <jos...@ushin.org>
Commit: Joseph Turner <jos...@ushin.org>

    Fix: (h/embark-hyperdrive-map) Compilation warning
---
 hyperdrive.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hyperdrive.el b/hyperdrive.el
index aa11834540..c1759430f5 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -1379,6 +1379,7 @@ Intended for relative (i.e. non-full) URLs."
 (defvar embark-keymap-alist)
 
 (declare-function h/menu-hyperdrive "hyperdrive-menu" nil t)
+(declare-function h/describe-hyperdrive "hyperdrive-describe")
 
 (with-eval-after-load 'embark
   (defvar-keymap h/embark-hyperdrive-map

Reply via email to