From 386750884d52e2b5a5fbf345fd9ccfd7e82f0614 Mon Sep 17 00:00:00 2001 From: stardiviner Date: Wed, 10 Apr 2024 11:47:32 +0800 Subject: [PATCH] Fix free variable `org-contacts-all-contacts' --- org-contacts.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/org-contacts.el b/org-contacts.el index 6a16bb8..0411282 100644 --- a/org-contacts.el +++ b/org-contacts.el @@ -1188,6 +1188,9 @@ address." (org-with-point-at marker (switch-to-buffer-other-window (org-contacts-irc-buffer))))) +(defvar org-contacts-all-contacts nil + "A data store variable of all contacts.") + (defun org-contacts-completing-read-nickname (prompt collection &optional predicate require-match initial-input -- 2.11.4.GIT