aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c
index e5dba1b888f..8a6d0d3ff54 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -2641,6 +2641,8 @@ call6 (fn, arg1, arg2, arg3, arg4, arg5, arg6)
2641#endif /* not NO_ARG_ARRAY */ 2641#endif /* not NO_ARG_ARRAY */
2642} 2642}
2643 2643
2644/* The caller should GCPRO all the elements of ARGS. */
2645
2644DEFUN ("funcall", Ffuncall, Sfuncall, 1, MANY, 0, 2646DEFUN ("funcall", Ffuncall, Sfuncall, 1, MANY, 0,
2645 doc: /* Call first argument as a function, passing remaining arguments to it. 2647 doc: /* Call first argument as a function, passing remaining arguments to it.
2646Return the value that function returns. 2648Return the value that function returns.