summaryrefslogtreecommitdiff
path: root/helm-bbdb.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-11-04 09:00:20 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-11-04 09:00:20 +0100
commitb740a4b4c12da582bf99d739e8b8acfc64f5ccc7 (patch)
tree729ea259f5ebf3f9c5f7823ff539ac648a45aa3f /helm-bbdb.el
parentb82caa80eaa937adc1246298865bb52cc4534fc1 (diff)
Finish replacing cl symbols and requiring cl-lib, no compile error.
Diffstat (limited to 'helm-bbdb.el')
-rw-r--r--helm-bbdb.el2
1 files changed, 1 insertions, 1 deletions
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)