summaryrefslogtreecommitdiff
path: root/helm-man.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-man.el
parentb82caa80eaa937adc1246298865bb52cc4534fc1 (diff)
Finish replacing cl symbols and requiring cl-lib, no compile error.
Diffstat (limited to 'helm-man.el')
-rw-r--r--helm-man.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-man.el b/helm-man.el
index cf075076..bb8790f1 100644
--- a/helm-man.el
+++ b/helm-man.el
@@ -17,7 +17,7 @@
;;; Code:
-(eval-when-compile (require 'cl))
+(require 'cl-lib)
(require 'helm)
(declare-function woman-file-name-all-completions "woman.el" (topic))