Skip to content

Commit a4f1ae4

Browse files
committed
Fix a variable name
1 parent f19370a commit a4f1ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ It's intended to be used in your Emacs config."
715715
(user-error "The init form must be a string or a symbol referring to a function"))
716716
(unless (or (null requirements-fn) (symbolp requirements-fn))
717717
(user-error "The requirements-fn must be a symbol referring to a function"))
718-
(add-to-list 'cider-cljs-repl-types (list name init-form requirements-fn)))
718+
(add-to-list 'cider-cljs-repl-types (list type init-form requirements-fn)))
719719

720720
(defcustom cider-default-cljs-repl nil
721721
"The default ClojureScript REPL to start.

0 commit comments

Comments
 (0)