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

Re: Erroneous error message



    From: Jim Meehan <Meehan@YALE>
    Date:    Fri, 25 May 84 17:54:35 EDT

    (DEFINE-SETTABLE-OPERATION (OP2 X) NIL)  ;default method

    ... (SET (OP2 'FOO) 0) produces the
    incorrect error message "Wrong number of arguments to interpreted
    procedure:  (OP2 FOO 0)".

Trivial bug - the default method for the operation's setter is made to
be the same as the default method for the operation.
(MAKE-SETTABLE-OPERATION in file OPERATION.T.)  Will patch this.