1.0.33.5: improve DESCRIBE (#lp488976)
commitb2a467878ff55db8f1c1f21b7b41031211ec5e9e
authorGabor Melis <mega@hotpop.com>
Fri, 4 Dec 2009 16:07:38 +0000 (4 16:07 +0000)
committerGabor Melis <mega@hotpop.com>
Fri, 4 Dec 2009 16:07:38 +0000 (4 16:07 +0000)
tree3089bc24c0af77fa3f16bc30f123ece28e87eaf1
parent3605c23e74fc6e3e7266d04678334246e4ec29b6
1.0.33.5: improve DESCRIBE (#lp488976)

Instead of printing the object type and address in an around method on
DESCRIBE-OBJECT, make it a normal method that all other methods are
supposed to call via CALL-NEXT-METHOD if they wish. This makes it
possible to completely change the output of DESCRIBE for one class
while leaving other classes alone.

Also, kill the unused *IN-DESCRIBE* var in the process.
src/code/describe.lisp
version.lisp-expr