aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c
index f0b3cb74acd..1af7b4c0d52 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -7539,6 +7539,9 @@ usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */)
7539 return Fcons (val, val); 7539 return Fcons (val, val);
7540 if (! NILP (Ffboundp (val))) 7540 if (! NILP (Ffboundp (val)))
7541 { 7541 {
7542 /* We use call1 rather than safe_call1
7543 so as to get bug reports about functions called here
7544 which don't handle the current interface. */
7542 val = call1 (val, Flist (nargs, args)); 7545 val = call1 (val, Flist (nargs, args));
7543 if (CONSP (val)) 7546 if (CONSP (val))
7544 return val; 7547 return val;