help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Adding many elements to a list


From: Pascal J. Bourguignon
Subject: Re: Adding many elements to a list
Date: Fri, 18 Sep 2009 16:48:26 +0200
User-agent: Gnus/5.101 (Gnus v5.10.10) Emacs/22.2 (gnu/linux)

David Kastrup <dak@gnu.org> writes:

> pjb@informatimago.com (Pascal J. Bourguignon) writes:
>
>> So better use (require 'cl) (push new-item list)
>>    or (cons new-item list)
>>    or (append (list new-items...) list)
>
> (require 'cl) is quite unnecessary for all of the mentioned
> alternatives.

Not on emacs version < 23.

-- 
__Pascal Bourguignon__


reply via email to

[Prev in Thread] Current Thread [Next in Thread]