summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index e855cb82..d96ab8b2 100644
--- a/lib.c
+++ b/lib.c
@@ -4330,7 +4330,7 @@ val interp_fun_p(val obj)
static noreturn void callerror(val fun, val msg)
{
uses_or2;
- prinl(last_form_evaled, nil);
+
if (functionp(fun))
fun = format(nil, lit("~s"), or2(func_get_name(fun, nil), fun), nao);
else