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

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

[elpa] scratch/org-contacts-rebased 7cae69f 011/118: org-contacts: Requi


From: Stefan Monnier
Subject: [elpa] scratch/org-contacts-rebased 7cae69f 011/118: org-contacts: Require cl on compilation.
Date: Fri, 12 Nov 2021 15:36:54 -0500 (EST)

branch: scratch/org-contacts-rebased
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 9b08d67..f846fe2 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]