summaryrefslogtreecommitdiff
path: root/cider-common.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-24 16:10:53 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-24 16:10:53 +0300
commitce712f2a5706234730609b6c9bc55002f1a7a107 (patch)
tree55e5583a33f146f3a51f6a313128313ecf368bbc /cider-common.el
parenta1f99949432c065d11ebf545ef9e60cbd634d968 (diff)
Fix one more compilation warning
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 af72c9ec..4881b838 100644
--- a/cider-common.el
+++ b/cider-common.el
@@ -87,6 +87,7 @@ INVERT is used to invert the semantics of the function `cider--should-prompt-for
"Minibuffer keymap used for reading Clojure expressions.")
(declare-function cider-complete-at-point "cider-completion")
+(declare-function cider-eldoc "cider-eldoc")
(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.