From: Barry Margolin
Subject: Re: defmethod -> defsetf
Date: 
Message-ID: <2j15g2INNkfh@early-bird.think.com>
In article <··········@disuns2.epfl.ch> ········@di.epfl.ch (Fernando Mato Mira) writes:
>Is there a simple way of transforming a '(defmethod (setf <x>) ..) 
>expression into a non-generic setf form?

(defun (setf <x>) ...)

is probably the simplest way.  If you want the performance of the
macro-style DEFSETF, you can proclaim (SETF <x>) to be INLINE.
-- 
Barry Margolin
System Manager, Thinking Machines Corp.

······@think.com          {uunet,harvard}!think!barmar