From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bojohan+mail@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.60; `member' et al too lenient Date: Sat, 17 May 2008 00:26:22 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1210976817 1336 80.91.229.12 (16 May 2008 22:26:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 May 2008 22:26:57 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 17 00:27:33 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jx8Oa-0002Dp-3c for ged-emacs-devel@m.gmane.org; Sat, 17 May 2008 00:27:24 +0200 Original-Received: from localhost ([127.0.0.1]:42436 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jx8Nq-0001NP-HN for ged-emacs-devel@m.gmane.org; Fri, 16 May 2008 18:26:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jx8Nl-0001LS-T2 for emacs-devel@gnu.org; Fri, 16 May 2008 18:26:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jx8Nk-0001IU-9I for emacs-devel@gnu.org; Fri, 16 May 2008 18:26:33 -0400 Original-Received: from [199.232.76.173] (port=51858 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jx8Nj-0001I5-T8 for emacs-devel@gnu.org; Fri, 16 May 2008 18:26:31 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:44348) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jx8Nj-0000xh-Mn for emacs-devel@gnu.org; Fri, 16 May 2008 18:26:31 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]:46958) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Jx8Me-0007vM-Ne for emacs-pretest-bug@gnu.org; Fri, 16 May 2008 18:25:24 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Jx8Ne-0000wj-9H for emacs-pretest-bug@gnu.org; Fri, 16 May 2008 18:26:30 -0400 Original-Received: from atum.ita.chalmers.se ([129.16.4.148]:58656) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jx8Nd-0000wH-TT for emacs-pretest-bug@gnu.org; Fri, 16 May 2008 18:26:26 -0400 Original-Received: from remote5.student.chalmers.se (remote5.student.chalmers.se [129.16.29.83]) by atum.ita.chalmers.se (Postfix) with ESMTP id 4632182E6 for ; Sat, 17 May 2008 00:26:23 +0200 (CEST) Original-Received: by remote5.student.chalmers.se (Postfix, from userid 61540) id 206F8150AE1; Sat, 17 May 2008 00:26:23 +0200 (CEST) User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97300 gmane.emacs.pretest.bugs:22347 Archived-At: (member 1 2) =3D> nil (memql 1.0 2) =3D> nil (delete 1 2) =3D> 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. --=20 Johan Bockg=C3=A5rd