Skip to content

Commit 90e8689

Browse files
committed
Update eclector.concrete-syntax-tree:read
1 parent 7c9e0cc commit 90e8689

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
@@ -625,7 +625,7 @@
625625
t)))
626626
#+clasp
627627
(source-path
628-
(let ((cst (eclector.concrete-syntax-tree:cst-read stream nil stream)))
628+
(let ((cst (eclector.concrete-syntax-tree:read stream nil stream)))
629629
(unless (eq cst stream)
630630
(eval-and-print (concrete-syntax-tree:raw cst) cst breakpoints)
631631
t)))

0 commit comments

Comments
 (0)