cvs-partition

cvs-partition is a compiled Lisp function in `pcvs-util.el'.

(cvs-partition P L)

Partition a list L into two lists based on predicate P.
The function returns a `cons' cell where the `car' contains
elements of L for which P is true while the `cdr' contains
the other elements. The ordering among elements is maintained.