branch: externals/org-contacts
commit 386750884d52e2b5a5fbf345fd9ccfd7e82f0614
Author: stardiviner <[email protected]>
Commit: stardiviner <[email protected]>

    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 6a16bb84fa..04112825a3 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

Reply via email to