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

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

bug#264: marked as done (23.0.60; `member' et al too lenient)


From: Emacs bug Tracking System
Subject: bug#264: marked as done (23.0.60; `member' et al too lenient)
Date: Mon, 2 Jun 2008 01:10:06 -0700

Your message dated Mon, 2 Jun 2008 03:58:55 -0400
with message-id <18499.43071.813878.719823@fencepost.gnu.org>
and subject line Re: 23.0.60; `member' et al too lenient 
has caused the Emacs bug report #264,
regarding 23.0.60; `member' et al too lenient
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
264: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=264
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.60; `member' et al too lenient Date: Sat, 17 May 2008 00:26:22 +0200 User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux)
(member  1 2)  =>  nil
(memql 1.0 2)  =>  nil
(delete  1 2)  =>  2

They used to signal an error for non-list arguments.


  [fns.c] revision 1.433
  date: 2007-10-16 18:28:39 +0200;  author: monnier;
  [...]
  * fns.c (Fmember, Fmemql, Fdelete [...]
  Test the type of an object rather than just !NILP before extracting
  data from it.

-- 
Johan Bockgård





--- End Message ---
--- Begin Message --- Subject: Re: 23.0.60; `member' et al too lenient Date: Mon, 2 Jun 2008 03:58:55 -0400
Closing this since it does not seem to be a bug.


--- End Message ---

reply via email to

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