# HG changeset patch # User Dave Love # Date 978712780 0 # Node ID 073685934f00f47bf7eb9a88be232585fee3ea6f # Parent 47ee44cdca236e5cbf45cf142a824c52083ac465 (remove, remq): Remove. diff -r 47ee44cdca23 -r 073685934f00 lisp/emacs-lisp/cl-seq.el --- a/lisp/emacs-lisp/cl-seq.el Fri Jan 05 14:51:50 2001 +0000 +++ b/lisp/emacs-lisp/cl-seq.el Fri Jan 05 16:39:40 2001 +0000 @@ -322,9 +322,6 @@ Keywords supported: :key :count :start :end :from-end" (apply 'delete* nil cl-list :if-not cl-pred cl-keys)) -(defun remove (x y) (remove* x y :test 'equal)) -(defun remq (x y) (if (memq x y) (delq x (copy-list y)) y)) - (defun remove-duplicates (cl-seq &rest cl-keys) "Return a copy of SEQ with all duplicate elements removed. Keywords supported: :test :test-not :key :start :end :from-end"