emacs-devel
[Top][All Lists]
Advanced

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

Re: member inconsistency?


From: Eli Zaretskii
Subject: Re: member inconsistency?
Date: Thu, 28 Jan 2016 17:48:29 +0200

> From: Stephen Berman <address@hidden>
> Date: Thu, 28 Jan 2016 11:25:33 +0100
> Cc: Philipp Stephani <address@hidden>,
>       Nicolas Goaziou <address@hidden>, address@hidden
> 
> 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.  Adding CHECK_LIST
> (list) before the for-loop makes (member 'a 'b) signal an error.

I'd say CHECK_LIST_CONS, not CHECK_LIST, don't you agree?



reply via email to

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