[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mini-ballot
- To: Guy.Steele at CMU-10A, common-lisp at SU-AI
- Subject: Re: Mini-ballot
- From: Eric Benson <BENSON at UTAH-20>
- Date: Mon, 08 Nov 1982 22:10:00 -0000
- In-reply-to: Your message of 8-Nov-82 1449-MST
(1) It should not be necessary to extend DEFUN in this manner.
(SETF (GET 'FOO 'BAR) #'(LAMBDA ...))
should do exactly what you want. Is there a problem with this?
-------