summaryrefslogtreecommitdiff
path: root/cider-apropos.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-11-09 21:19:47 +0200
committerBozhidar Batsov <bozhidar@tradeo.com>2014-11-09 21:19:47 +0200
commit919b97d5eec66cad575b3813e04e87a113ef6fd5 (patch)
treea7c048b9a8f8fc413237ae2c87f5606f63963d08 /cider-apropos.el
parent3a3aa9950f2bdc96aa33664be7647d96ea57fdef (diff)
Fix broken tests
Diffstat (limited to 'cider-apropos.el')
-rw-r--r--cider-apropos.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/cider-apropos.el b/cider-apropos.el
index 541b7363..37ee3167 100644
--- a/cider-apropos.el
+++ b/cider-apropos.el
@@ -25,6 +25,8 @@
;;; Code:
+(require 'cider-interaction)
+
(defconst cider-apropos-buffer "*cider-apropos*")
(push cider-apropos-buffer cider-ancillary-buffers)