(Ffind_coding_system): Use call1, not call2.
This commit is contained in:
parent
7523d17c54
commit
5d632ccf24
1 changed files with 1 additions and 1 deletions
|
@ -3554,7 +3554,7 @@ which is a list of all the arguments given to this function.")
|
|||
if (! NILP (Fcoding_system_p (val)))
|
||||
return Fcons (val, val);
|
||||
if (!NILP (Fboundp (val)))
|
||||
return call2 (val, Flist (nargs, args));
|
||||
return call1 (val, Flist (nargs, args));
|
||||
return Qnil;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue