[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
undefmethod'ing setf forms
- To: commonloops.pa@Xerox.COM
- Subject: undefmethod'ing setf forms
- From: Daniel A Haug <aihaug@AUSTIN.LOCKHEED.COM>
- Date: Fri, 28 Apr 89 23:42:39 CDT
- Cc: haug@AUSTIN.LOCKHEED.COM
- Redistributed: commonloops.pa
- Reply-to: <Owners-commonloops.pa@Xerox.COM>
How do I specify to undefmethod a setf method? Specifically, something
like:
(defmethod (setf foo) :after ((instance my-class) ...)
...)
I tried:
(undefmethod (setf foo) :after (my-class))
But it doesn't seem to find the method named (setf foo).
dan haug
haug@austin.lockheed.com