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.
This commit is contained in:
parent
ec2e624dc2
commit
208e103ecc
1 changed files with 2 additions and 2 deletions
|
|
@ -735,8 +735,8 @@ value of `org-ql-predicates')."
|
||||||
|
|
||||||
;; HACK: These functions *will* be defined at runtime, so we silence
|
;; HACK: These functions *will* be defined at runtime, so we silence
|
||||||
;; compiler warnings about them:
|
;; compiler warnings about them:
|
||||||
(declare-function org-ql--normalize-query "org-ql" (query) t)
|
(declare-function org-ql--normalize-query "ext:org-ql" (query) t)
|
||||||
(declare-function org-ql--query-preamble "org-ql" (query) t)
|
(declare-function org-ql--query-preamble "ext:org-ql" (query) t)
|
||||||
|
|
||||||
(defvar org-ql-defpred-defer nil
|
(defvar org-ql-defpred-defer nil
|
||||||
"Defer expensive function redefinitions when defining predicates.
|
"Defer expensive function redefinitions when defining predicates.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue