From 8fb6efecc124500764ee2361e635a7123294a82a Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Tue, 24 Nov 2020 11:47:42 -0600 Subject: [PATCH] Fix: Compile warnings --- org-ql-view.el | 2 ++ tests/test-org-ql.el | 1 + 2 files changed, 3 insertions(+) diff --git a/org-ql-view.el b/org-ql-view.el index 959484c..ec3082a 100644 --- a/org-ql-view.el +++ b/org-ql-view.el @@ -1006,6 +1006,8 @@ property." ;; These functions are somewhat regrettable because of the need to keep them ;; in sync, but it seems worth it to provide users with the flexibility. +(declare-function org-ql-search-directories-files "org-ql-search" t) + (defun org-ql-view--contract-buffers-files (buffers-files) "Return BUFFERS-FILES in its \"contracted\" form. The contracted form is \"org-agenda-files\" if BUFFERS-FILES diff --git a/tests/test-org-ql.el b/tests/test-org-ql.el index 3aebd3e..98fb630 100644 --- a/tests/test-org-ql.el +++ b/tests/test-org-ql.el @@ -30,6 +30,7 @@ (require 'with-simulated-input) (require 'org-ql) +(require 'org-ql-view) ;;;; Variables