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

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

Adding Lists/Sequences


From: Nordlöw
Subject: Adding Lists/Sequences
Date: Tue, 23 Sep 2008 04:46:36 -0700 (PDT)
User-agent: G2/1.0

Is there a general function, say foo, that adds lists or, even better,
sequences together?

I want this
  (foo '("a" "b") '("c" "d"))
to evaluate to
  '("a" "b" "c" "d")

Thanks in advance,
Nordlöw


reply via email to

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