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

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

[elpa] externals/org-contacts d23a07fbbd 1/4: Put variable `org-contacts


From: ELPA Syncer
Subject: [elpa] externals/org-contacts d23a07fbbd 1/4: Put variable `org-contacts-all-contacts` definition ahead
Date: Tue, 21 May 2024 09:58:35 -0400 (EDT)

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

    Put variable `org-contacts-all-contacts` definition ahead
---
 org-contacts.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/org-contacts.el b/org-contacts.el
index 3b7de992c9..96878e58c5 100644
--- a/org-contacts.el
+++ b/org-contacts.el
@@ -227,6 +227,9 @@ A regexp matching strings of whitespace, `,' and `;'.")
 (defvar org-contacts-last-update nil
   "Last time the Org Contacts database has been updated.")
 
+(defvar org-contacts-all-contacts nil
+  "A data store variable of all contacts.")
+
 (defun org-contacts-files ()
   "Return list of Org files to use for contact management."
   (if org-contacts-files
@@ -1461,9 +1464,6 @@ are effectively trimmed.  If nil, all zero-length 
substrings are retained."
           (org-link-add-props :link link :description headline-str)
           link)))))
 
-(defvar org-contacts-all-contacts nil
-  "A data store variable of all contacts.")
-
 (defun org-contacts--all-contacts ()
   "Return a list of all contacts in `org-contacts-files'.
 Each element has the form (NAME . (FILE . POSITION))."



reply via email to

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