Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2026-03-02 Mats Lidell <matsl@gnu.org>

* hywiki.el (consult--async-command):
(consult--lookup-member):
(consult--read): Declare functions.

2026-03-01 Bob Weiner <rsw@gnu.org>

* hywiki.el (hywiki-maybe-highlight-references): Fix to include #section
Expand Down
3 changes: 3 additions & 0 deletions hywiki.el
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down