summaryrefslogtreecommitdiff
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 1e618044ccd..a2ed7aa038e 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -3554,7 +3554,7 @@ which is a list of all the arguments given to this function.")
if (! NILP (Fcoding_system_p (val)))
return Fcons (val, val);
if (!NILP (Fboundp (val)))
- return call2 (val, Flist (nargs, args));
+ return call1 (val, Flist (nargs, args));
return Qnil;
}
}