branch: externals/hyperbole
commit 36ed6ee7d97229c2b5344d3edc83ae003eae8117
Author: Mats Lidell <[email protected]>
Commit: GitHub <[email protected]>

    Silence byte compile warnings (#882)
    
    * hywiki.el (consult--async-command):
      (consult--lookup-member):
      (consult--read): Declare functions.
---
 ChangeLog | 6 ++++++
 hywiki.el | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index d2060f784f..5e483518cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2026-03-02  Mats Lidell  <[email protected]>
+
+* hywiki.el (consult--async-command):
+  (consult--lookup-member):
+  (consult--read): Declare functions.
+
 2026-03-01  Bob Weiner  <[email protected]>
 
 * hywiki.el (hywiki-maybe-highlight-references): Fix to include #section
diff --git a/hywiki.el b/hywiki.el
index 9b7e96fea3..840b486be0 100644
--- a/hywiki.el
+++ b/hywiki.el
@@ -170,6 +170,9 @@
 (declare-function activities-resume "activities" (activity :resetp resetp))
 (declare-function bookmark-completing-read "bookmark" (prompt &optional 
default))
 (declare-function bookmark-location "bookmark" (bookmark-name-or-record))
+(declare-function consult--async-command "ext:consult")
+(declare-function consult--lookup-member "ext:consult")
+(declare-function consult--read "ext:consult")
 (declare-function hsys-org-at-tags-p "hsys-org")
 (declare-function ibtypes::pathname "hpath")
 (declare-function ibtypes::pathname-line-and-column "hpath")

Reply via email to