(Frequire): Don't fail to unbind bindings.
This commit is contained in:
parent
e83f6bb074
commit
41857307a6
1 changed files with 1 additions and 1 deletions
|
@ -2654,7 +2654,7 @@ Normally the return value is FEATURE.")
|
|||
noerror, Qt, Qnil, (NILP (file_name) ? Qt : Qnil));
|
||||
/* If load failed entirely, return nil. */
|
||||
if (NILP (tem))
|
||||
return Qnil;
|
||||
return unbind_to (count, Qnil);
|
||||
|
||||
tem = Fmemq (feature, Vfeatures);
|
||||
if (NILP (tem))
|
||||
|
|
Loading…
Add table
Reference in a new issue