[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
For the Record
- To: common-lisp-object-system@SAIL.STANFORD.EDU
- Subject: For the Record
- From: David A. Moon <Moon@STONY-BROOK.SCRC.Symbolics.COM>
- Date: Mon, 12 Jan 87 22:48 EST
- In-reply-to: The message of 11 Jan 87 00:01 EST from Dick Gabriel <RPG@SAIL.STANFORD.EDU>
Date: 10 Jan 87 2101 PST
From: Dick Gabriel <RPG@SAIL.STANFORD.EDU>
Was I mistaken in believing that Moon's counter to Gregor's code should
have been:
(define-method-combination mine ()
((methods (*)))
(grovel-my-method-combination #'make-method-call methods))
(defun grovel-my-method-combination (make-method-call methods)
..
(funcall make-method-call methods :operator 'foo)
..)
Right. What an embarrassing and understandability-destroying typo!
(I had (funcall #'make-method-call methods :operator 'foo) !)