[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

For the Record



    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) !)