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

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

Wanted: Adding list-elements into an existing list


From: Nordlöw
Subject: Wanted: Adding list-elements into an existing list
Date: Thu, 16 Oct 2008 06:13:46 -0700 (PDT)
User-agent: G2/1.0

Is there a variant of the function add-to-list(a b) where b can be a
list aswell?

(add-list-elements-to-list '(a b c) '(c d e)) should evaluate '(a b c
d e)

or do I have to implement it myself using an iteration-construct?

/Nordlöw


reply via email to

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