Skip to content

Commit

Permalink
Tidy: Compiler warning
Browse files Browse the repository at this point in the history
I've no explanation for why this isn't caught by makem.sh's linting
compilation and declarations, but somehow it shows up at installation
time.
  • Loading branch information
alphapapa committed Jan 13, 2024
1 parent 9c63a45 commit 8d3c93b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions org-ql-completing-read.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

(require 'org-ql)

(declare-function org-ql-search "org-ql-search")

;;;; Variables

(defvar-keymap org-ql-completing-read-map
Expand Down

0 comments on commit 8d3c93b

Please sign in to comment.