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

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

[elpa] externals/org-contacts 7cae69fce6 011/154: org-contacts: Require


From: ELPA Syncer
Subject: [elpa] externals/org-contacts 7cae69fce6 011/154: org-contacts: Require cl on compilation.
Date: Fri, 9 Sep 2022 15:58:22 -0400 (EDT)

branch: externals/org-contacts
commit 7cae69fce605c17b4eb6d90d027b22f36da8ce4f
Author: Michael Markert <markert.michael@googlemail.com>
Commit: Julien Danjou <julien@danjou.info>

    org-contacts: Require cl on compilation.
    
    Signed-off-by: Michael Markert <markert.michael@googlemail.com>
    Signed-off-by: Julien Danjou <julien@danjou.info>
---
 org-contacts.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/org-contacts.el b/org-contacts.el
index 9b08d674a9..f846fe22ac 100644
--- a/org-contacts.el
+++ b/org-contacts.el
@@ -36,6 +36,9 @@
 ;;
 ;;; Code:
 
+(eval-when-compile
+  (require 'cl))
+
 (eval-and-compile
   (require 'org))
 



reply via email to

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