# HG changeset patch # User Richard M. Stallman # Date 738477955 0 # Node ID 762660cd6d9da96312cea9f5fffbe1585e576fd3 # Parent e4bcdaa214b1e4044bc05cf71b32ec14a1bfdd6d (cl-member): Renamed from member. diff -r e4bcdaa214b1 -r 762660cd6d9d lisp/=cl.el --- a/lisp/=cl.el Thu May 27 04:04:28 1993 +0000 +++ b/lisp/=cl.el Thu May 27 04:45:55 1993 +0000 @@ -1417,7 +1417,7 @@ ;;;; Both list and sequence functions are considered here together. This ;;;; doesn't fit any more with the original split of functions in files. -(defun member (item list &rest kargs) +(defun cl-member (item list &rest kargs) "Look for ITEM in LIST; return first tail of LIST the car of whose first cons cell tests the same as ITEM. Admits arguments :key, :test, and :test-not."