unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.60; `member' et al too lenient
@ 2008-05-16 22:26 Johan Bockgård
  0 siblings, 0 replies; only message in thread
From: Johan Bockgård @ 2008-05-16 22:26 UTC (permalink / raw)
  To: emacs-pretest-bug


(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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-16 22:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-16 22:26 23.0.60; `member' et al too lenient Johan Bockgård

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).