Re: minor bug in Text.stklos
Brian Denheyer writes:
>
> test-see, in Text.stklos :
>
> (define-method text-see ((self <Text>) index)
> (apply (slot-ref self 'Id) 'see index))
>
> should be :
>
>
> (define-method text-see ((self <Text>) . index)
> (apply (slot-ref self 'Id) 'see index))
Thanks. This is corrected now
-- Erick
Received on Sun Apr 18 1999 - 13:00:25 CEST
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST