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

Re: Implementation of FIND-METHOD in PCL.



    Date: Tue, 26 Sep 89 12:58:25 +0200
    From: jussila@pepper.rc.Nokia.Fi (Pekka Jussila RC 910)

    I am waiting for FIND-METHOD eagerly for my work in Nokia Research
    Center. 

For now, you can use GET-METHOD which has the same behavior.  Or, you
can do:

(setf (symbol-function 'find-method) (symbol-function 'get-method))
-------