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

MSETQ-CALL



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.