summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-05-16 09:03:33 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-05-16 09:05:11 +0300
commit5507c6c2f3cae0d014a1c1aaebfc8e8a165bd66e (patch)
treecafda715261c57826385d830e66cf81cc366e5ee /cider.el
parenta0758e36cbf2b583c3ab2ec083ee0cf1531cc23c (diff)
Bump the Emacs dep to 24.3
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider.el b/cider.el
index 8f508ea6..4bc07de7 100644
--- a/cider.el
+++ b/cider.el
@@ -11,7 +11,7 @@
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://www.github.com/clojure-emacs/cider
;; Version: 0.9.0-cvs
-;; Package-Requires: ((clojure-mode "4.0.0") (cl-lib "0.5") (dash "2.4.1") (pkg-info "0.4") (emacs "24") (queue "0.1.1"))
+;; Package-Requires: ((clojure-mode "4.0.0") (cl-lib "0.5") (dash "2.4.1") (pkg-info "0.4") (emacs "24.3") (queue "0.1.1"))
;; Keywords: languages, clojure, cider
;; This program is free software: you can redistribute it and/or modify