1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00

(values): Simplify definition.

This commit is contained in:
Richard M. Stallman 2002-06-26 09:03:37 +00:00
parent aab5d2c5d9
commit 8f7ef36641

View file

@ -207,7 +207,7 @@ Keywords supported: :test :test-not :key"
"Return multiple values, Common Lisp style.
The arguments of `values' are the values
that the containing function should return."
(apply 'list values))
values)
(defsubst values-list (list)
"Return multiple values, Common Lisp style, taken from a list.