emacs-devel
[Top][All Lists]
Advanced

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

Re: master 92df7cd923 1/2: Add 'seq-keep'


From: Arash Esbati
Subject: Re: master 92df7cd923 1/2: Add 'seq-keep'
Date: Thu, 06 Oct 2022 14:48:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50

Lars Ingebrigtsen <larsi@gnus.org> writes:

> branch: master
> commit 92df7cd923d0e870f08484cec06c2726be30882b
> Author: Lars Ingebrigtsen <larsi@gnus.org>
> Commit: Lars Ingebrigtsen <larsi@gnus.org>
>
>     Add 'seq-keep'
>     
>     * doc/lispref/sequences.texi (Sequence Functions): Document it.
>     * lisp/emacs-lisp/seq.el (seq-keep): New function (bug#58278).
>
> diff --git a/etc/NEWS b/etc/NEWS
> index eb5d3afbd8..06e91f5d71 100644
> --- a/etc/NEWS
> +++ b/etc/NEWS
> @@ -3150,6 +3150,11 @@ These can be used for buttons in buffers and the like. 
>  See the
>  This returns a list of the (zero-based) indices of elements matching a
>  given predicate in the specified sequence.
>  
> ++++
> +** New function 'seq-keep'.
> +This is like 'seq-map', but removes all non-nil results from the
                                           ^^^

Is this possibly a typo?  

> +returned list.

Best, Arash



reply via email to

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