We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1948a96 commit 17eade7Copy full SHA for 17eade7
src/lisp/kernel/clos/print.lisp
@@ -252,7 +252,7 @@ printer and we should rather use MAKE-LOAD-FORM."
252
*print-level*
253
(zerop *print-level*))
254
(write-string "#" stream)
255
- (return-from print-object obj))
+ (return-from print-structure-object obj))
256
(write-string "#S(" stream)
257
(prin1 (class-name class) stream)
258
(do ((scan slotds (cdr scan))
0 commit comments