summaryrefslogtreecommitdiff
path: root/lisp/=cl.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-27 04:45:55 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-27 04:45:55 +0000
commit877b6c210a7e1f8ae3dc95b0bc906695b5a2ec30 (patch)
treeb66ac0aff346d78dd21148589a0fe62c6f7a28a4 /lisp/=cl.el
parent1e15cacf8fca90c39e05440b24ce3390720f9049 (diff)
downloademacs-877b6c210a7e1f8ae3dc95b0bc906695b5a2ec30.tar.gz
(cl-member): Renamed from member.
Diffstat (limited to 'lisp/=cl.el')
-rw-r--r--lisp/=cl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/=cl.el b/lisp/=cl.el
index 2d2179b78bc..0e648633a52 100644
--- a/lisp/=cl.el
+++ b/lisp/=cl.el
@@ -1417,7 +1417,7 @@ returned."
;;;; 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."