summaryrefslogtreecommitdiff
path: root/cider-classpath.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-classpath.el')
-rw-r--r--cider-classpath.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/cider-classpath.el b/cider-classpath.el
index 3bc87f32..a435a30c 100644
--- a/cider-classpath.el
+++ b/cider-classpath.el
@@ -25,6 +25,7 @@
(require 'cider-client)
(require 'cider-popup)
+(require 'cider-compat)
(defvar cider-classpath-buffer "*Classpath*")
@@ -98,7 +99,7 @@
(defun cider-open-classpath-entry ()
"Open a classpath entry."
(interactive)
- (-when-let (entry (completing-read "Classpath entries: " (cider-sync-request:classpath)))
+ (when-let (entry (completing-read "Classpath entries: " (cider-sync-request:classpath)))
(find-file-other-window entry)))
(provide 'cider-classpath)