Fix: (org-ql-view.el) Declare org-ql-search function
Even though check-declare doesn't seem to find cl-defun forms, even though its code appears to look for them...
This commit is contained in:
parent
2d07cb0822
commit
b62896a583
1 changed files with 5 additions and 0 deletions
|
|
@ -40,6 +40,11 @@
|
||||||
|
|
||||||
(require 'org-ql)
|
(require 'org-ql)
|
||||||
|
|
||||||
|
;; FIXME: check-declare declares "function not found", even though it
|
||||||
|
;; clearly is. It seems to not handle cl-defun, even though its code
|
||||||
|
;; appears to account for it.
|
||||||
|
(declare-function org-ql-search "org-ql-search" t)
|
||||||
|
|
||||||
(require 'dash)
|
(require 'dash)
|
||||||
(require 's)
|
(require 's)
|
||||||
(require 'org-super-agenda)
|
(require 'org-super-agenda)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue