summaryrefslogtreecommitdiff
path: root/src/coding.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-07-29 22:03:14 +0000
committerRichard M. Stallman <rms@gnu.org>2006-07-29 22:03:14 +0000
commit4f213bd48da55b1be08892b3c77a705b2a122546 (patch)
treeda6174d4dedde6bd21f244c21d7e985930177f5c /src/coding.c
parentc888d352a6ab60016749103398ab21b188634349 (diff)
downloademacs-4f213bd48da55b1be08892b3c77a705b2a122546.tar.gz
Comment change.
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 ...) */)
return Fcons (val, val);
if (! NILP (Ffboundp (val)))
{
+ /* We use call1 rather than safe_call1
+ so as to get bug reports about functions called here
+ which don't handle the current interface. */
val = call1 (val, Flist (nargs, args));
if (CONSP (val))
return val;