(Frequire): Don't fail to unbind bindings.

This commit is contained in:
Richard M. Stallman 1999-01-06 23:55:31 +00:00
parent e83f6bb074
commit 41857307a6

View file

@ -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))