diff options
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1849,7 +1849,7 @@ static val lazy_mappendv(val fun, val list_of_lists) static val symbol_function(val sym) { - return lookup_fun(nil, sym); + return cdr(lookup_fun(nil, sym)); } static val rangev_func(val env, val lcons) |