summaryrefslogtreecommitdiff
path: root/cider-common.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-common.el')
-rw-r--r--cider-common.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-common.el b/cider-common.el
index 47188bfd..af72c9ec 100644
--- a/cider-common.el
+++ b/cider-common.el
@@ -86,6 +86,7 @@ INVERT is used to invert the semantics of the function `cider--should-prompt-for
map)
"Minibuffer keymap used for reading Clojure expressions.")
+(declare-function cider-complete-at-point "cider-completion")
(defun cider-read-from-minibuffer (prompt &optional value)
"Read a string from the minibuffer, prompting with PROMPT.
If VALUE is non-nil, it is inserted into the minibuffer as initial-input.