I've seen the compiler warn about the following usage of MAP-INTO:

(map-into (make-list 4) #'gensym)

;;;   ! Too few arguments for proclaimed function MAP-INTO

And then noticed that the PROCLAMATION indeed has an extra SEQUENCE:

(proclamation map-into (sequence function-designator sequence &rest sequence)

Thanks,
-- 
Matt

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to