Save the full information on the structure :type option

This commit is contained in:
Juan Jose Garcia Ripoll 2009-01-27 23:02:46 +01:00
parent 40e37e8ccc
commit 72a0809f6a

View file

@ -312,8 +312,6 @@
#+clos
(when *keep-documentation*
(set-documentation name 'STRUCTURE documentation))
(and (consp type) (eq (car type) 'VECTOR)
(setq type 'VECTOR))
(dolist (x slot-descriptions)
(and x
(not (eql (car x) 'TYPED-STRUCTURE-NAME))