summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorNeil Okamoto <neil.okamoto@gmail.com>2018-03-04 09:59:54 -0800
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-03-05 08:13:41 +0700
commit286cdf86b145fc4fec09c59ca35075b78fb80fc7 (patch)
tree7d639e3d374c4dbef95a13c14d6b9af51924b5a8 /cider-repl.el
parent8b34b901124a1ff0eb8c03aebd8c99fd2cbbb494 (diff)
[#2199] Don't declare-function cider-eval-commands-map, not a function
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/cider-repl.el b/cider-repl.el
index 1e0e3cd8..2e9c65a4 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -1470,7 +1470,6 @@ constructs."
(defvar cider-repl-mode-syntax-table
(copy-syntax-table clojure-mode-syntax-table))
-(declare-function cider-eval-commands-map "cider-interaction")
(declare-function cider-eval-last-sexp "cider-interaction")
(declare-function cider-refresh "cider-interaction")
(declare-function cider-toggle-trace-ns "cider-interaction")