summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-08 14:09:47 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-08 14:09:47 +0200
commit73278d76fae8ade321631f2ce71ef26e5fc42fe7 (patch)
tree2591a5d3ee814a551e0f8b93e8fc7667a0f77c4a
parentebec8911ca501b6311614756d299af103159c74d (diff)
Kill a redundant declare-function
-rw-r--r--cider-selector.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/cider-selector.el b/cider-selector.el
index d2d925fb..3163e6fa 100644
--- a/cider-selector.el
+++ b/cider-selector.el
@@ -156,7 +156,6 @@ is chosen. The returned buffer is selected with
"*cider-doc* buffer."
cider-doc-buffer)
-(declare-function cider-scratch-find-or-create-buffer "cider-scratch")
(def-cider-selector-method ?s
"*cider-scratch* buffer."
(cider-scratch-find-or-create-buffer))