]> git.eshelyaron.com Git - emacs.git/commit
Implement Ffuncall in terms of funcall_general
authorMattias Engdegård <mattiase@acm.org>
Wed, 12 Jan 2022 11:05:26 +0000 (12:05 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 24 Jan 2022 10:41:47 +0000 (11:41 +0100)
commit4a0541a5ddee0485d19dba1960a3a5821cf68fdd
tree4598ac400eb6f65ef279796c9bc830710d96e822
parent75c6564c928e6548ec10b938db9693dda3dd09e5
Implement Ffuncall in terms of funcall_general

* src/eval.c (funcall_general, Ffuncall): Delegate the actual work in
Ffuncall to funcall_general which does exactly this.
This slows down some less used function call paths by a small amount
but the code duplication was just silly.
src/eval.c