summaryrefslogtreecommitdiff
path: root/cider-apropos.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-11-19 12:01:05 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-11-19 12:01:05 +0200
commit70971d0a918053d86e76e4ff8248b25a8646940e (patch)
treebfe8a3387839e61decf1e992a34c1019713150dd /cider-apropos.el
parent3be082ae4a3d0b40d360648b20fb7caa14c0a9fc (diff)
Drop support for Emacs 24.3
Diffstat (limited to 'cider-apropos.el')
-rw-r--r--cider-apropos.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-apropos.el b/cider-apropos.el
index 43b4e199..13e0fc09 100644
--- a/cider-apropos.el
+++ b/cider-apropos.el
@@ -27,7 +27,7 @@
(require 'cider-doc)
(require 'cider-util)
-(require 'cider-compat)
+(require 'subr-x)
(require 'cider-client)
(require 'cider-popup)