Date: Fri, 7 Mar 86 09:25 EST
From: David C. Plummer <DCP@SCRC-QUABBIN.ARPA>
FYI, I'm pretty sure we already convinced GLS that get-setf-methods MUST
NOT be passed an already macro-expanded form, which implies it must get
an environment so it can do its own macroexpansions, as you notice the
SPICE code does. ...
That is correct. I was wedged. GET-SETF-METHODS must take an environment
argument.
--Guy