[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [barmar@Think.COM: MULTIPLE-VALUE-SETQ and SYMBOL-MACROLET interaction]



    Date: Fri, 29 Jul 88 15:08:12 pdt
    From: Eric Benson <edsel!eb@labrea.stanford.edu>

    MULTIPLE-VALUE-CALL is the wrong thing to use here, since it forces
    the number of values to match the number of variables.  The correct
    thing is to use MULTIPLE-VALUE-BIND.  Here is a modified version of
    EXPAND-WITH-SLOTS-INTERNAL:

Thanks.  I made this change in the sources here.
-------