emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org-contacts 386750884d 2/4: Fix free variable `org-con


From: ELPA Syncer
Subject: [elpa] externals/org-contacts 386750884d 2/4: Fix free variable `org-contacts-all-contacts'
Date: Wed, 10 Apr 2024 00:58:21 -0400 (EDT)

branch: externals/org-contacts
commit 386750884d52e2b5a5fbf345fd9ccfd7e82f0614
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]