From b740a4b4c12da582bf99d739e8b8acfc64f5ccc7 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Mon, 4 Nov 2013 09:00:20 +0100 Subject: Finish replacing cl symbols and requiring cl-lib, no compile error. --- helm-bbdb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helm-bbdb.el') diff --git a/helm-bbdb.el b/helm-bbdb.el index cb208d99..321ad1c0 100644 --- a/helm-bbdb.el +++ b/helm-bbdb.el @@ -17,7 +17,7 @@ ;;; Code: -(eval-when-compile (require 'cl)) +(require 'cl-lib) (require 'helm) (require 'helm-mode) -- cgit v1.2.3