Function: values-list

values-list is a function alias for cl-values-list, defined in cl-lib.el.gz.

This function is obsolete since 27.1; use cl-values-list instead.

Signature

(values-list LIST)

Documentation

Return multiple values, Common Lisp style, taken from a list.

LIST specifies the list of values that the containing function should return.

Note that Emacs Lisp doesn't really support multiple values, so all this function does is return LIST.

Aliases

values-list (obsolete since 27.1)