Skip to content

Commit 208e103

Browse files
committed
Tidy: Function declarations
Using the FILEONLY argument of declare-function doesn't seem to be enough to silence the check-declare warning, so maybe also using "ext:" will do it.
1 parent ec2e624 commit 208e103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org-ql.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,8 @@ value of `org-ql-predicates')."
735735

736736
;; HACK: These functions *will* be defined at runtime, so we silence
737737
;; compiler warnings about them:
738-
(declare-function org-ql--normalize-query "org-ql" (query) t)
739-
(declare-function org-ql--query-preamble "org-ql" (query) t)
738+
(declare-function org-ql--normalize-query "ext:org-ql" (query) t)
739+
(declare-function org-ql--query-preamble "ext:org-ql" (query) t)
740740

741741
(defvar org-ql-defpred-defer nil
742742
"Defer expensive function redefinitions when defining predicates.

0 commit comments

Comments
 (0)