Re: minor bug in Text.stklos

From: Erick Gallesio <eg_at_taloa.unice.fr>
Date: Sat, 17 Apr 1999 23:16:00 +0200 (CEST)

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