Fix PRINT-OBJECT method for TYPE-ERROR
commitcca5cca5ab8c7fe00ff1cccd923d22ccf8fe2e2b
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Wed, 12 Apr 2017 08:26:21 +0000 (12 10:26 +0200)
committerJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Wed, 12 Apr 2017 10:22:16 +0000 (12 12:22 +0200)
tree05fbba6fec1997f42f2eeecd6ea81dd3c76dfbff
parentd602344c0ed7ce4bc146b78b540c59120e707679
Fix PRINT-OBJECT method for TYPE-ERROR

* The *PRINT-ESCAPE* = true case should not have been converted to
  PRINT-TYPE-SPECIFIER since a string representation of the specifier
  is used.

* The format control string was missing a space.

Reported by flip214 in #sbcl
src/pcl/print-object.lisp