[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
multiple-value-setq
- To: Earl Killian <eak@S1-B.ARPA>
- Subject: multiple-value-setq
- From: "Scott E. Fahlman" <Fahlman@CMU-CS-C.ARPA>
- Date: Wed, 27 Mar 1985 23:39:00 -0000
- Cc: common-lisp@SU-AI.ARPA
- Comment: Remailed after delay caused by distribution list error at SU-AI.
- In-reply-to: Msg of 27 Mar 1985 14:14-EST from Earl Killian <eak at angband>
- Sender: FAHLMAN@CMU-CS-C.ARPA
Is this really multiple-value-setf? I.e. can the list be a list of
places or just a list of variables?
Multiple-Value-Setq definitely does not take SETF-style place names. I
think that the manual is quite clear on this. Whether there should be
an M-V-SETF is another issue, but I don't think there's much demand for
this. I've seen very few uses of M-V-SETQ, as compared with M-V-BIND.
-- Scott