summaryrefslogtreecommitdiff
path: root/helm-info.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-11-04 08:39:27 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-11-04 08:39:27 +0100
commitb82caa80eaa937adc1246298865bb52cc4534fc1 (patch)
treeb6874f14a385c0085bad02fe10f2624d103d0496 /helm-info.el
parent82d3cde7d7708b62b9524a75fdd5fe2ddffbfdd9 (diff)
replace all cl symbol by their cl-lib equivalent.
Diffstat (limited to 'helm-info.el')
-rw-r--r--helm-info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-info.el b/helm-info.el
index b1ee9255..c3b44543 100644
--- a/helm-info.el
+++ b/helm-info.el
@@ -50,7 +50,7 @@ Arg SOURCE will be an existing helm source named
Sources are generated for all entries of `helm-default-info-index-list'.
If COMMANDS arg is non--nil build also commands named `helm-info<NAME>'.
Where NAME is one of `helm-default-info-index-list'."
- (loop with symbols = (loop for str in var-value
+ (cl-loop with symbols = (cl-loop for str in var-value
collect
(intern (concat "helm-source-info-" str)))
for sym in symbols