[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Sat, 16 Jun 79 17:44:00 GMT
- Original-date: 16 JUN 1979 1344-EDT
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