summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-04-29 20:35:55 -0500
committerBozhidar Batsov <bozhidar@batsov.com>2018-04-29 20:35:55 -0500
commita4f1ae417c82ec03b4f9f089d2b75d9cb7f5fef1 (patch)
tree79766493978d98fcfad62869bc2f6ad60c7d361d /cider.el
parentf19370aa9f8697551234eb01290307523d99352a (diff)
Fix a variable name
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider.el b/cider.el
index a08c356e..809cffcf 100644
--- a/cider.el
+++ b/cider.el
@@ -715,7 +715,7 @@ It's intended to be used in your Emacs config."
(user-error "The init form must be a string or a symbol referring to a function"))
(unless (or (null requirements-fn) (symbolp requirements-fn))
(user-error "The requirements-fn must be a symbol referring to a function"))
- (add-to-list 'cider-cljs-repl-types (list name init-form requirements-fn)))
+ (add-to-list 'cider-cljs-repl-types (list type init-form requirements-fn)))
(defcustom cider-default-cljs-repl nil
"The default ClojureScript REPL to start.