diff options
Diffstat (limited to 'src')
| -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 1e618044ccd..a2ed7aa038e 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -3554,7 +3554,7 @@ which is a list of all the arguments given to this function.") | |||
| 3554 | if (! NILP (Fcoding_system_p (val))) | 3554 | if (! NILP (Fcoding_system_p (val))) |
| 3555 | return Fcons (val, val); | 3555 | return Fcons (val, val); |
| 3556 | if (!NILP (Fboundp (val))) | 3556 | if (!NILP (Fboundp (val))) |
| 3557 | return call2 (val, Flist (nargs, args)); | 3557 | return call1 (val, Flist (nargs, args)); |
| 3558 | return Qnil; | 3558 | return Qnil; |
| 3559 | } | 3559 | } |
| 3560 | } | 3560 | } |