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