[net.lang.lisp] Correction to new record-type code

davidson (02/09/83)

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