diff --git a/src/pcl/print-object.lisp b/src/pcl/print-object.lisp index 72e3ef190d..d63fc3bb2e 100644 --- a/src/pcl/print-object.lisp +++ b/src/pcl/print-object.lisp @@ -178,7 +178,7 @@ sb-kernel::(progn (if (and type datum) (print-unreadable-object (condition stream :type t) (format stream "~@" type datum)) (call-next-method))))