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:
parent
aab5d2c5d9
commit
8f7ef36641
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue