mpc-intersection
mpc-intersection is a compiled Lisp function in `mpc.el
'.
(mpc-intersection L1 L2 &optional SELECTFUN)
Return L1 after removing all elements not found in L2.
If SELECTFUN is non-nil, elements aren't compared directly, but instead
they are passed through SELECTFUN before comparison.