Mercurial > emacs
diff src/eval.c @ 53362:35a817bb4c0d
Comment change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 29 Dec 2003 11:22:31 +0000 |
| parents | 03e927b45498 |
| children | abbbd322a247 |
line wrap: on
line diff
--- a/src/eval.c Mon Dec 29 11:22:19 2003 +0000 +++ b/src/eval.c Mon Dec 29 11:22:31 2003 +0000 @@ -2641,6 +2641,8 @@ #endif /* not NO_ARG_ARRAY */ } +/* The caller should GCPRO all the elements of ARGS. */ + DEFUN ("funcall", Ffuncall, Sfuncall, 1, MANY, 0, doc: /* Call first argument as a function, passing remaining arguments to it. Return the value that function returns.
