Mercurial > emacs
changeset 3168:762660cd6d9d
(cl-member): Renamed from member.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 27 May 1993 04:45:55 +0000 |
parents | e4bcdaa214b1 |
children | ff7e4f44269d |
files | lisp/=cl.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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."