From: Eliot Handelman
Subject: Re: Adding items to the end of a list.
Date: 
Message-ID: <2437@idunno.Princeton.EDU>
In article <····················@mentor.com> ······@mentor.com (Patrick Logan) writes:
;This is essentially what the "object" does in the second example in my
;original message. It maintains the head and the tail abstractly, which
;IMO is even better than using TCONC (which keeps the head in the car
;and the tail in the cdr of a pair, in Franz?).

No, it kept the whole list in the car and the last cons in the cdr.