Mercurial > emacs
changeset 12957:2f030d0ac97a
(rassoc): Definition deleted.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 27 Aug 1995 18:15:26 +0000 |
parents | 5d14ce2b3263 |
children | 7a3cd2170cb7 |
files | lisp/emacs-lisp/cl-seq.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl-seq.el Sun Aug 27 17:56:53 1995 +0000 +++ b/lisp/emacs-lisp/cl-seq.el Sun Aug 27 18:15:26 1995 +0000 @@ -695,8 +695,6 @@ (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"