From: Eli Zaretskii Date: Sat, 29 Jul 2006 10:59:50 +0000 (+0000) Subject: (Ffind_operation_coding_system): Revert the change from 2006-05-29. X-Git-Tag: emacs-pretest-22.0.90~1194 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ef973bb131f5a622162a1b1053521f6ed0d6f60;p=emacs.git (Ffind_operation_coding_system): Revert the change from 2006-05-29. --- diff --git a/src/coding.c b/src/coding.c index a3fd8f91284..f0b3cb74acd 100644 --- a/src/coding.c +++ b/src/coding.c @@ -7539,7 +7539,7 @@ usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */) return Fcons (val, val); if (! NILP (Ffboundp (val))) { - val = safe_call1 (val, Flist (nargs, args)); + val = call1 (val, Flist (nargs, args)); if (CONSP (val)) return val; if (SYMBOLP (val) && ! NILP (Fcoding_system_p (val)))