(rassoc): Definition deleted.
This commit is contained in:
parent
5b6f1300dc
commit
66770f4251
1 changed files with 0 additions and 2 deletions
|
@ -695,8 +695,6 @@ Keywords supported: :test :test-not :key"
|
|||
(and cl-alist (car cl-alist)))
|
||||
(rassq cl-item cl-alist)))
|
||||
|
||||
(defun rassoc (item alist) (rassoc* item alist ':test 'equal))
|
||||
|
||||
(defun rassoc-if (cl-pred cl-list &rest cl-keys)
|
||||
"Find the first item whose cdr satisfies PREDICATE in LIST.
|
||||
Keywords supported: :key"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue