summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-09-08 08:50:12 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-09-08 08:50:12 +0200
commitce98bdea6aa2f183d288b1faf06c9dbe0429ca85 (patch)
tree38f4bedf461da6145bb1c0fd5501664b88fe8b35 /helm-pkg.el
parent97f4d65e4cfb2253ec27a4331570f09e68cb6404 (diff)
Update requirement for emacs-24.
* README.md: Do it. * helm-core-pkg.el: Do it. * helm-pkg.el: Do it.
Diffstat (limited to 'helm-pkg.el')
-rw-r--r--helm-pkg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-pkg.el b/helm-pkg.el
index 1863cdda..6afe921b 100644
--- a/helm-pkg.el
+++ b/helm-pkg.el
@@ -2,7 +2,7 @@
(define-package "helm" "2.1.0"
"Helm is an Emacs incremental and narrowing framework"
- '((emacs "24.3")
+ '((emacs "24.4")
(async "1.9")
(popup "0.5.3")
(helm-core "2.1.0"))