aboutsummaryrefslogtreecommitdiff
path: root/modules/mu4e-org-contacts-integration.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mu4e-org-contacts-integration.el')
-rw-r--r--modules/mu4e-org-contacts-integration.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/mu4e-org-contacts-integration.el b/modules/mu4e-org-contacts-integration.el
index 8ffdccd2d..68f83dd21 100644
--- a/modules/mu4e-org-contacts-integration.el
+++ b/modules/mu4e-org-contacts-integration.el
@@ -13,6 +13,13 @@
(require 'mu4e nil t)
(require 'org-contacts nil t)
+;; Cross-module symbols this file references. Declared so byte-compile in
+;; isolation doesn't warn about free variables / undefined functions; the
+;; actual definitions live where named.
+(eval-when-compile (defvar contacts-file)) ; user-constants.el
+(declare-function cj/get-all-contact-emails ; org-contacts-config.el
+ "org-contacts-config" ())
+
;; ---------------------- Completion at Point Function -------------------------
(defun cj/org-contacts-completion-at-point ()