]> git.eshelyaron.com Git - emacs.git/commitdiff
(Frequire): Don't fail to unbind bindings.
authorRichard M. Stallman <rms@gnu.org>
Wed, 6 Jan 1999 23:55:31 +0000 (23:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 6 Jan 1999 23:55:31 +0000 (23:55 +0000)
src/fns.c

index 53f980c1e9747d7e9635dae01af34a9edd1ed1b2..ffe2b156712f86c55cb523a396877d2d35bb2251 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -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))