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

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

Re: The different results obtained by apply function.


From: Michael Heerdegen
Subject: Re: The different results obtained by apply function.
Date: Thu, 07 Oct 2021 07:41:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Hongyi Zhao <hongyi.zhao@gmail.com> writes:

> The last one is different from the one given on the URL above:
>
> (apply 'mapcar 'list '((1 2)(3 4))) ;; ((1 3) (2 4))

That gives an error with Emacs Lisp - but please try with `cl-mapcar'.
Is that enough as hint?

Michael.




reply via email to

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