Skip to content

Commit d0794cb

Browse files
authored
Update kernel.lisp
1 parent a29c025 commit d0794cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cl-jupyter/kernel.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@
687687
(go next))))
688688
#+clasp
689689
(with-open-file (stream source-path)
690-
(prog* ((eclector.reader:*client* clasp-cleavir::*cst-client*)
690+
(prog* ((eclector.reader:*client* cmp::*cst-client*)
691691
(eclector.readtable:*readtable* cl:*readtable*)
692692
(*load-truename* (truename source-path))
693693
(*load-pathname* source-path)

0 commit comments

Comments
 (0)