branch: scratch/org-contacts-rebased
commit 7cae69fce605c17b4eb6d90d027b22f36da8ce4f
Author: Michael Markert <markert.mich...@googlemail.com>
Commit: Julien Danjou <jul...@danjou.info>

    org-contacts: Require cl on compilation.
    
    Signed-off-by: Michael Markert <markert.mich...@googlemail.com>
    Signed-off-by: Julien Danjou <jul...@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