(Ffind_operation_coding_system): Use Ffboundp to
check for a function entry.
This commit is contained in:
parent
5e2729dd57
commit
465edc86d1
1 changed files with 1 additions and 1 deletions
|
@ -3570,7 +3570,7 @@ which is a list of all the arguments given to this function.")
|
|||
return Qnil;
|
||||
if (! NILP (Fcoding_system_p (val)))
|
||||
return Fcons (val, val);
|
||||
if (!NILP (Fboundp (val)))
|
||||
if (!NILP (Ffboundp (val)))
|
||||
return call1 (val, Flist (nargs, args));
|
||||
return Qnil;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue