File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1079,7 +1079,7 @@ passing arguments."
1079
1079
(widen )
1080
1080
(substring-no-properties (buffer-string )))))
1081
1081
1082
- (defun cider-load-buffer (&optional buffer )
1082
+ (defun cider-load-buffer (&optional buffer callback )
1083
1083
" Load (eval) BUFFER's file in nREPL.
1084
1084
If no buffer is provided the command acts on the current buffer. If the
1085
1085
buffer is for a cljc file, and both a Clojure and ClojureScript REPL exists
@@ -1114,7 +1114,8 @@ for the project, it is evaluated in both REPLs."
1114
1114
(funcall cider-to-nrepl-filename-function
1115
1115
(cider--server-filename filename))
1116
1116
(file-name-nondirectory filename)
1117
- repl)))
1117
+ repl
1118
+ callback)))
1118
1119
(message " Loading %s ... " filename))))))
1119
1120
1120
1121
(defun cider-load-file (filename )
You can’t perform that action at this time.
0 commit comments