branch: externals/org-contacts
commit 33c1efd417974896f1991b4c94833bd5ef370e92
Author: Sergey Trofimov <[email protected]>
Commit: stardiviner <[email protected]>

    add missing require in the test file
    
    Hi, thanks for the quick turnaround.
    
    "Christopher M. Miles" <[email protected]> writes:
    
    >
    > Applied, thanks for patching.
    >
    
    If that's not too much too ask, could you also please bump the version
    time to time and maybe also push git tags? Thanks again!
    
    From d6e9d6bfc9544cb774b2d02357a57cdef69e7de0 Mon Sep 17 00:00:00 2001
    From: Sergey Trofimov <[email protected]>
    Date: Sat, 10 Jan 2026 09:58:56 +0100
    Subject: [PATCH] Bump version to v1.2
---
 org-contacts.el           | 2 +-
 test/org-contacts-test.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/org-contacts.el b/org-contacts.el
index 05af505d46..b32139d4a0 100644
--- a/org-contacts.el
+++ b/org-contacts.el
@@ -5,7 +5,7 @@
 ;; Author: Julien Danjou <[email protected]>
 ;; Maintainer: stardiviner <[email protected]>
 ;; Keywords: contacts, org-mode, outlines, hypermedia, calendar
-;; Version: 1.1
+;; Version: 1.2
 ;; Package-Requires: ((emacs "29.1") (org "9.7"))
 ;; Homepage: https://repo.or.cz/org-contacts.git
 ;;
diff --git a/test/org-contacts-test.el b/test/org-contacts-test.el
index 8ab2b08bbb..fe9149df1d 100644
--- a/test/org-contacts-test.el
+++ b/test/org-contacts-test.el
@@ -103,6 +103,6 @@ org-contacts to skip contacts while updating the database."
 
 
 
-(provide 'test-org-contacts)
+(provide 'org-contacts-test)
 
-;;; test-org-contacts.el ends here
+;;; org-contacts-test.el ends here

Reply via email to