aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index e377e30c6fb..eb40c953f96 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -2116,7 +2116,7 @@ then strings and vectors are not accepted. */)
2116 2116
2117 fun = function; 2117 fun = function;
2118 2118
2119 fun = indirect_function (fun); /* Check cycles. */ 2119 fun = indirect_function (fun);
2120 if (NILP (fun)) 2120 if (NILP (fun))
2121 return Qnil; 2121 return Qnil;
2122 2122