; * lisp/subr.el (apply-partially): Fix last commit.
(I accidentally pushed an old version of the patch.)
This commit is contained in:
parent
2435749efa
commit
85ef06392a
1 changed files with 1 additions and 2 deletions
|
@ -541,8 +541,7 @@ was called."
|
|||
(compiler-macro
|
||||
(lambda (_)
|
||||
`(lambda (&rest args2)
|
||||
,(let ((l (length args)))
|
||||
`(apply ,fun ,@args args2))))))
|
||||
,`(apply ,fun ,@args args2)))))
|
||||
(lambda (&rest args2)
|
||||
(apply fun (append args args2))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue