summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-seq.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-08-27 18:15:26 +0000
committerRichard M. Stallman <rms@gnu.org>1995-08-27 18:15:26 +0000
commite18dd2ecdca3bc3b065778eed067239adedd77d6 (patch)
tree43072fccb9aaed765e5a0e79205e34dbb154bc7d /lisp/emacs-lisp/cl-seq.el
parent78c821b29ec6f88b4890c7f9d79fd9f1485ba44d (diff)
downloademacs-e18dd2ecdca3bc3b065778eed067239adedd77d6.tar.gz
(rassoc): Definition deleted.
Diffstat (limited to 'lisp/emacs-lisp/cl-seq.el')
-rw-r--r--lisp/emacs-lisp/cl-seq.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-seq.el b/lisp/emacs-lisp/cl-seq.el
index bdb71508923..545f4f4e7e6 100644
--- a/lisp/emacs-lisp/cl-seq.el
+++ b/lisp/emacs-lisp/cl-seq.el
@@ -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"