Skip to content

Commit 48c680e

Browse files
committed
Remove redundant cl-lib dep
cl-lib is built-in in Emacs 24.3.
1 parent 5507c6c commit 48c680e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
;; Maintainer: Bozhidar Batsov <[email protected]>
1212
;; URL: http://www.github.com/clojure-emacs/cider
1313
;; Version: 0.9.0-cvs
14-
;; 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"))
14+
;; Package-Requires: ((clojure-mode "4.0.0") (dash "2.4.1") (pkg-info "0.4") (emacs "24.3") (queue "0.1.1"))
1515
;; Keywords: languages, clojure, cider
1616

1717
;; This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)