From: utzoo!decvax!harpo!floyd!cmcl2!philabs!sdcsvax!davidson
Newsgroups: net.lang.lisp
Title: Correction to new record-type code
Article-I.D.: sdcsvax.3
Posted: Tue Feb  8 18:29:41 1983
Received: Fri Feb 11 08:13:02 1983

I neglected to make the variable slot-macs special.  The fixed code
for record-type will therefore still not work correctly when compiled.

To fix this new bug, change the line first line of code which reads:

(declare (special *type*))

to read

(declare (special *type* slot-macs))

-Greg