From: Mark Wooding Date: Mon, 1 May 2006 09:37:05 +0000 (+0100) Subject: mop: In print-object-with-slots, use write for the slot values. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/lisp/commitdiff_plain/f4df6cf47a48e12e3e18d3d2a6285147f6f1c147?ds=inline;hp=f4df6cf47a48e12e3e18d3d2a6285147f6f1c147 mop: In print-object-with-slots, use write for the slot values. Also print unbound slots as `#'. This is what the SLIME inspector does and it makes sense. ---