Skip to content

Commit 17eade7

Browse files
committed
Fix return-from
1 parent 1948a96 commit 17eade7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lisp/kernel/clos/print.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ printer and we should rather use MAKE-LOAD-FORM."
252252
*print-level*
253253
(zerop *print-level*))
254254
(write-string "#" stream)
255-
(return-from print-object obj))
255+
(return-from print-structure-object obj))
256256
(write-string "#S(" stream)
257257
(prin1 (class-name class) stream)
258258
(do ((scan slotds (cdr scan))

0 commit comments

Comments
 (0)