summaryrefslogtreecommitdiff
path: root/cider-classpath.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-28 12:05:17 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-28 12:05:17 +0200
commit83e15cb331f07c6223359417c5773560a3b3ab99 (patch)
treef9f9dd55f6bafd2370e70c761a671b8a485874a1 /cider-classpath.el
parent5801074a78e8b20051d800453e9f3676ddbbff5e (diff)
Fix broken classpath test
Diffstat (limited to 'cider-classpath.el')
-rw-r--r--cider-classpath.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-classpath.el b/cider-classpath.el
index c6e16cd0..335edd53 100644
--- a/cider-classpath.el
+++ b/cider-classpath.el
@@ -89,6 +89,7 @@
"List all classpath entries."
(interactive)
(cider-ensure-connected)
+ (cider-ensure-op-supported "classpath")
(with-current-buffer (cider-popup-buffer cider-classpath-buffer t)
(cider-classpath-list (current-buffer)
(mapcar (lambda (name)