remove*

remove* is an alias for `cl-remove' in `cl.el'.

(remove* ITEM SEQ [KEYWORD VALUE]...)

Remove all occurrences of ITEM in SEQ.
This is a non-destructive function; it makes a copy of SEQ if necessary
to avoid corrupting the original SEQ.

Keywords supported: :test :test-not :key :count :start :end :from-end