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

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

Re: beginnerquestion (nconc)


From: Michael Heerdegen
Subject: Re: beginnerquestion (nconc)
Date: Tue, 21 Mar 2017 12:05:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Stefan Huchler <stefan.huchler@mail.de> writes:

> (setq sequence (nreverse sequence))

FWIW that's equivalent to

  (cl-callf nreverse sequence)

if you want to avoid to write out the symbol name twice.


Michael.



reply via email to

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