diff options
| author | Richard M. Stallman | 2003-12-29 11:22:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-12-29 11:22:31 +0000 |
| commit | 6c2ef893427b86cbbcadcb271bf9b45e68e4b72e (patch) | |
| tree | 9410cdbf4136ef2f3c44c02612f88c5a4743bc92 /src/eval.c | |
| parent | fbb48945d4f9d74d58f6219c1ac7bc06a9de33cc (diff) | |
| download | emacs-6c2ef893427b86cbbcadcb271bf9b45e68e4b72e.tar.gz emacs-6c2ef893427b86cbbcadcb271bf9b45e68e4b72e.zip | |
Comment change.
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. |