aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorRichard M. Stallman2003-12-29 11:22:31 +0000
committerRichard M. Stallman2003-12-29 11:22:31 +0000
commit6c2ef893427b86cbbcadcb271bf9b45e68e4b72e (patch)
tree9410cdbf4136ef2f3c44c02612f88c5a4743bc92 /src/eval.c
parentfbb48945d4f9d74d58f6219c1ac7bc06a9de33cc (diff)
downloademacs-6c2ef893427b86cbbcadcb271bf9b45e68e4b72e.tar.gz
emacs-6c2ef893427b86cbbcadcb271bf9b45e68e4b72e.zip
Comment change.
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.