Date: Mon, 24 Aug 87 14:25:04 EDT From: dml@nadc.arpa (D. Loewenstern) Is the value returned by SETF defined in general, for all standard get/put functions? Specifically, what is returned by (SETF (VALUES IGNORE X) (VALUES 1 2))? SETF returns the values of its last subform (CLtL p.97). SETF of VALUES is an extension to Common Lisp, but that shouldn't change the rules for what SETF returns.