emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master c13a4df: Remove the calls to `seq-into` from `s


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master c13a4df: Remove the calls to `seq-into` from `seq-concatenate`
Date: Mon, 24 Aug 2015 09:37:37 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>     Remove the calls to `seq-into` from `seq-concatenate`
>     Since most new types of seq would have to be defined as sequences (cons
>     cells or CL structs, mostly), there is no need to convert the seqs to
>     sequences (which can be a fairly expensive operation).

I don't understand this change.  Can't it cause two CL-structs to be
vconcat'd together, which wouldn't make much sense?


        Stefan



reply via email to

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