From: Richard M. Stallman Date: Wed, 26 Jun 2002 09:03:37 +0000 (+0000) Subject: (values): Simplify definition. X-Git-Tag: ttn-vms-21-2-B4~14435 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f7ef366417e56cc1ec34afb6fcc6f3409bc8e60;p=emacs.git (values): Simplify definition. --- diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index c5d3ef0832e..9a5677237a8 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el @@ -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.