cl-multiple-value-list

cl-multiple-value-list is a compiled Lisp function in `cl-lib.el'.

(cl-multiple-value-list EXPRESSION)

Return a list of the multiple values produced by EXPRESSION.
This handles multiple values in Common Lisp style, but it does not
work right when EXPRESSION calls an ordinary Emacs Lisp function
that returns just one value.