'* is not a good output for CLOSEST-VECTOR-TYPE.

This commit is contained in:
Juan Jose Garcia Ripoll 2008-05-25 21:00:45 +02:00
parent c1d902f009
commit 4d329047ee

View file

@ -41,7 +41,7 @@
(setq name type args nil)))
(case name
((VECTOR)
(setq elt-type (if (endp args) '* (first args))
(setq elt-type (if (endp args) 'T (first args))
length (if (endp (rest args)) '* (second args))))
((SIMPLE-VECTOR)
(setq elt-type 'T