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:
Adam Porter 2020-12-03 12:34:41 -06:00
parent 2d07cb0822
commit b62896a583

View file

@ -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)