[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Small additional suggestion wrt Method-combination
- To: Common-Lisp-Object-System@Sail.stanford.edu
- Subject: Small additional suggestion wrt Method-combination
- From: Danny Bobrow <Bobrow.pa@Xerox.COM>
- Date: 21 Jan 87 16:12 PST
- Cc: Bobrow.pa@Xerox.COM
- Sender: Bobrow.pa@Xerox.COM
Because :operator and :call-next-method (nee :around) cannot both
appear, I suggest that the syntax of make-method-call be
(make-method-call method-list &optional
(operator 'progn)
(identity-with-one-argument (eq operator 'progn)))
Where if operator has the value :call-next-method, it has the same
effect as previously providing that argument with t as its value.
danny