org-contacts: Require cl on compilation.
Signed-off-by: Michael Markert <markert.michael@googlemail.com> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
6c12101c8c
commit
7cae69fce6
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@
|
||||||
;;
|
;;
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
(eval-when-compile
|
||||||
|
(require 'cl))
|
||||||
|
|
||||||
(eval-and-compile
|
(eval-and-compile
|
||||||
(require 'org))
|
(require 'org))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue