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

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

Re: Adding Lists/Sequences


From: Tassilo Horn
Subject: Re: Adding Lists/Sequences
Date: Tue, 23 Sep 2008 17:06:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Nordlöw <per.nordlow@gmail.com> writes:

Hi!

> 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")

(defalias 'foo 'append) ;-)

Bye,
Tassilo





reply via email to

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