diff options
| author | Eli Zaretskii | 2006-07-29 10:59:50 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-29 10:59:50 +0000 |
| commit | 0ef973bb131f5a622162a1b1053521f6ed0d6f60 (patch) | |
| tree | 73ab07c92cfff16d778cb14a1bed73344682794f /src/coding.c | |
| parent | 21f7b9d85747f586e03a410d7c1fc743cfaa208c (diff) | |
| download | emacs-0ef973bb131f5a622162a1b1053521f6ed0d6f60.tar.gz emacs-0ef973bb131f5a622162a1b1053521f6ed0d6f60.zip | |
(Ffind_operation_coding_system): Revert the change from 2006-05-29.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ...) */) | |||
| 7539 | return Fcons (val, val); | 7539 | return Fcons (val, val); |
| 7540 | if (! NILP (Ffboundp (val))) | 7540 | if (! NILP (Ffboundp (val))) |
| 7541 | { | 7541 | { |
| 7542 | val = safe_call1 (val, Flist (nargs, args)); | 7542 | val = call1 (val, Flist (nargs, args)); |
| 7543 | if (CONSP (val)) | 7543 | if (CONSP (val)) |
| 7544 | return val; | 7544 | return val; |
| 7545 | if (SYMBOLP (val) && ! NILP (Fcoding_system_p (val))) | 7545 | if (SYMBOLP (val) && ! NILP (Fcoding_system_p (val))) |