[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MSETQ-CALL
- To: GSB at MIT-MC
- Subject: MSETQ-CALL
- From: JONL at MIT-MC (Jon L White)
- Date: Fri, 23 Jan 81 06:11:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 23 JAN 1981 0111-EST
I fixed it so that (MSETQ-CALL (A B) (MUMBLE)) expands into
(PROG2 (SETQ A (MUMBLE) B *:AR2) A) instead of just the
SETQ expression -- thus MSETQ-CALL has the same return value
now as MULTIPLE-VALUE on the LISPM.