Hrvoje Niksic <hniksic(a)srce.hr> writes:
SL Baur <steve(a)xemacs.org> writes:
> > Another question: do we care about FSF compatibility? FSF also has
> > `string', and they certainly accept integers.
>
> We care where it otherwise hurts. If it's going to accept integers
> the DOC string needs to be corrected.
No. Even if we accept integers, this is a kludge liable to change,
and should be (un)documented as such. No correct code should ever
rely on `string' accepting integers.
I mean it should have the kind of warning `concat' has.
[...] Oh, the comment in `concat' is wrong:
(concat 65 65)
=> "6565"
Well, make `string' consistent.
(string 65)
=> "65"