>From 31c1d3a859b5aeb6bb12b68a86c30b8454c7b39c Mon Sep 17 00:00:00 2001 Message-Id: In-Reply-To: References: From: Michael Markert Date: Mon, 27 Jun 2011 20:19:23 +0200 Subject: [PATCH 2/2] org-contacts: Require cl on compilation. To: address@hidden Signed-off-by: Michael Markert --- contrib/lisp/org-contacts.el | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/contrib/lisp/org-contacts.el b/contrib/lisp/org-contacts.el index 9b08d67..f846fe2 100644 --- a/contrib/lisp/org-contacts.el +++ b/contrib/lisp/org-contacts.el @@ -36,6 +36,9 @@ ;; ;;; Code: +(eval-when-compile + (require 'cl)) + (eval-and-compile (require 'org)) -- 1.7.5.4