diff options
Diffstat (limited to 'lisp/=cl.el')
-rw-r--r-- | lisp/=cl.el | 2 |
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." |