emacs-devel
[Top][All Lists]
Advanced

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

Re: member inconsistency?


From: Stephen Berman
Subject: Re: member inconsistency?
Date: Fri, 29 Jan 2016 00:57:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

On Fri, 29 Jan 2016 00:38:24 +0100 Johan Bockgård <address@hidden> wrote:

> Stephen Berman <address@hidden> writes:
>
>> In contrast, `member' (and `memql' in the float case) has no check and
>> also uses a for-loop with the condition CONSP (tail), and when this
>> fails, the function just returns Qnil.
>
> `delete' and `delq' also has the bug.
>
> http://debbugs.gnu.org/264

Oh, thanks for the pointer.  So the patch I proposed reverts a change
Stefan deliberately made more than eight years ago.  That's not
something I feel entitled to do.

Steve Berman



reply via email to

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