summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-23 10:13:50 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-23 10:13:50 +0300
commit4c00b081f3199a97b2aa0a0524c6f0b851a516bc (patch)
treefb1801a4ee291386401f394cd474a50bcfa569a5 /cider-repl.el
parentf9d0ba457e8bef97c626edc939cd1b53dd8d18eb (diff)
[#2203] Extract the code completion functionality in its own source file
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-repl.el b/cider-repl.el
index c6b2bc50..be9a7088 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -1701,7 +1701,7 @@ constructs."
(let ((font-lock-dont-widen t))
(apply func (max beg cider-repl-input-start-mark) end rest))))))
-(declare-function cider-complete-at-point "cider-interaction")
+(declare-function cider-complete-at-point "cider-completion")
(defvar cider--static-font-lock-keywords)
(define-derived-mode cider-repl-mode fundamental-mode "REPL"