From: Andy
Subject: Novice question: (defun (setf f)) ???
Date: 
Message-ID: <3CF3C5EB.A319DE35@smi.de>
Hi all,
can anyone explain to me for what a definition like that is used:

(defun (setf f) 
   body)
  
I does not understand what the setf will do in this situation.

Best regards
AHz
From: Andy
Subject: Re: Novice question: (defun (setf f)) ???
Date: 
Message-ID: <3CF3CDBB.1C4537D1@smi.de>
Andy wrote:
> 
> Hi all,
> can anyone explain to me for what a definition like that is used:
> 
> (defun (setf f)
>    body)
> 
Found it. Sorry for the noise.
Best
AHz