[Bese-devel] typo
Waldo Rubinstein
waldo at trianet.net
Wed Sep 14 00:12:07 UTC 2005
I don't know if that's a typo. I'm VERY new to Lisp, but I think it's
trying to assign the value of i:
...
(let ((i (parse-integer value :junk-allowed t)))
(when i
(setf (,accessor-name slot instance) i))))
...
- Waldo
On Sep 13, 2005, at 7:50 PM, Aleksandar Bakic wrote:
> Hi,
>
> There is a typo in one of the most recent patches:
>
> diff -rN old-ucw_dev/src/components/presentations.lisp
> new-ucw_dev/src/components/presentations.lisp
> 622c622
> < (setf (,accessor-name slot instance)))))
> ---
>
>> (setf (,accessor-name slot instance) i))))
>>
>
> Alex
>
>
>
> __________________________________
> Yahoo! Mail - PC Magazine Editors' Choice 2005
> http://mail.yahoo.com
> _______________________________________________
> bese-devel mailing list
> bese-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/bese-devel
>
More information about the bese-devel
mailing list