summaryrefslogtreecommitdiff
path: root/cider-doc.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-24 11:37:42 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-24 11:37:42 +0300
commit4f3f6b0d7ab5a11547efd62f5187cc931d8ac697 (patch)
tree1bcd605d11bca21033039da8ef4ec764c6def274 /cider-doc.el
parent3098f427dc846fda006fad3029836c142cdd8dbf (diff)
Fix a couple of references to cider-jump-to
Diffstat (limited to 'cider-doc.el')
-rw-r--r--cider-doc.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/cider-doc.el b/cider-doc.el
index 3a00e385..5361bbc3 100644
--- a/cider-doc.el
+++ b/cider-doc.el
@@ -224,9 +224,6 @@ opposite of what that option dictates."
"Javadoc for"
#'cider-javadoc-handler))
-(declare-function cider-find-file "cider-common")
-(declare-function cider-jump-to "cider-interaction")
-
(defun cider-docview-source ()
"Open the source for the current symbol, if available."
(interactive)