(multiple-value-call): Add alias.
This commit is contained in:
parent
56ce04a351
commit
f988b54154
1 changed files with 2 additions and 0 deletions
|
@ -229,6 +229,8 @@ right when EXPRESSION calls an ordinary Emacs Lisp function that returns just
|
|||
one value."
|
||||
(apply function expression))
|
||||
|
||||
(defalias 'multiple-value-call 'apply) ; only works for one arg
|
||||
|
||||
(defsubst nth-value (n expression)
|
||||
"Evaluate EXPRESSION to get multiple values and return the Nth one.
|
||||
This handles multiple values in Common Lisp style, but it does not work
|
||||
|
|
Loading…
Add table
Reference in a new issue