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

[no subject]



Why is it that...

 (HUNKSIZE (CDR '`(A ., B .))) => 3 ??

Seems it ends up as `(A . B . #51 .) I bet this is to do with the way
hunks are being read nowadays, rather than a bug in the backquote stuff.
It smells very much of the old bug of '(a .) => (a . #51) ... In any case,
if this could be fixed I'd muchly appreciate it.

-kmp