diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index f41af8c503d..535c377965b 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -792,7 +792,7 @@ in place of FORM. When a non-macro-call results, it is returned.\n\n\ | |||
| 792 | The second optional arg ENVIRONMENT species an environment of macro\n\ | 792 | The second optional arg ENVIRONMENT species an environment of macro\n\ |
| 793 | definitions to shadow the loaded ones for use in file byte-compilation.") | 793 | definitions to shadow the loaded ones for use in file byte-compilation.") |
| 794 | (form, environment) | 794 | (form, environment) |
| 795 | register Lisp_Object form; | 795 | Lisp_Object form; |
| 796 | Lisp_Object environment; | 796 | Lisp_Object environment; |
| 797 | { | 797 | { |
| 798 | /* With cleanups from Hallvard Furuseth. */ | 798 | /* With cleanups from Hallvard Furuseth. */ |