From: Richard M. Stallman Date: Sat, 29 Jul 2006 22:03:14 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-pretest-22.0.90~1186 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f213bd48da55b1be08892b3c77a705b2a122546;p=emacs.git Comment change. --- 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;