Skip to content

Commit 59f9955

Browse files
committed
Fix inravina client reference
1 parent f5a29bb commit 59f9955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lisp/kernel/lsp/format-pprint.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470

471471
(defmethod print-object ((obj structure-object) stream)
472472
(if *print-pretty*
473-
(inravina:pprint-structure-object inravina-intrinsic:*client* stream obj)
473+
(inravina:pprint-structure-object inravina-shim:*client* stream obj)
474474
(clos::print-structure-object obj stream)))
475475

476476
#-clasp-min

0 commit comments

Comments
 (0)