diff options
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
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 | |||
| 2644 | DEFUN ("funcall", Ffuncall, Sfuncall, 1, MANY, 0, | 2646 | DEFUN ("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. |
| 2646 | Return the value that function returns. | 2648 | Return the value that function returns. |