summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorSyohei YOSHIDA <syohex@gmail.com>2016-01-21 21:06:39 +0900
committerSyohei YOSHIDA <syohex@gmail.com>2016-01-21 21:06:39 +0900
commita5cd821596e85441fb2b2fb1c94a81eefc37a7ae (patch)
tree45e78f4e75efb2f65ddd73f0cd9881f5fb984ebe /helm-pkg.el
parent3fd53809f17e856b4b31113ead5d6b0b11963b3e (diff)
Clean up dependencies
helm supports Emacs 24.3 and higher versions and cl-lib was bundled since Emacs 24.3.
Diffstat (limited to 'helm-pkg.el')
-rw-r--r--helm-pkg.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/helm-pkg.el b/helm-pkg.el
index c5efd2b8..c218d28c 100644
--- a/helm-pkg.el
+++ b/helm-pkg.el
@@ -2,8 +2,7 @@
(define-package "helm" "1.9.1"
"Helm is an Emacs incremental and narrowing framework"
- '((emacs "24")
- (cl-lib "0.5")
+ '((emacs "24.3")
(async "1.6")
(helm-core "1.9.1"))
:url "https://emacs-helm.github.io/helm/")