mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
* lisp/emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
This commit is contained in:
parent
093c025774
commit
e364a2b7e1
2 changed files with 8 additions and 2 deletions
|
|
@ -227,6 +227,7 @@ The arguments of `cl-values' are the values
|
|||
that the containing function should return.
|
||||
|
||||
\(fn &rest VALUES)")
|
||||
(put 'cl-values 'byte-optimizer 'byte-compile-inline-expand)
|
||||
|
||||
(defalias 'cl-values-list #'identity
|
||||
"Return multiple values, Common Lisp style, taken from a list.
|
||||
|
|
@ -234,6 +235,7 @@ LIST specifies the list of values
|
|||
that the containing function should return.
|
||||
|
||||
\(fn LIST)")
|
||||
(put 'cl-values-list 'byte-optimizer 'byte-compile-inline-expand)
|
||||
|
||||
(defsubst cl-multiple-value-list (expression)
|
||||
"Return a list of the multiple values produced by EXPRESSION.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue