]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a problem introduced with 9541917a66e9ef59a64bfe19c0d4a6146e3433d3
authorGiuseppe Scrivano <gscrivano@gnu.org>
Fri, 18 Sep 2009 14:27:28 +0000 (16:27 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Fri, 18 Sep 2009 14:27:28 +0000 (16:27 +0200)
src/buffer.c

index d29a369f5c8b0d7fed1f363b1d6f02f8eee1f4d0..492030fc918a2757ea65f8b1ff468025fd522480 100644 (file)
@@ -1880,7 +1880,6 @@ acquire_buffer (char *end, void *nb)
 
       /* If our desired buffer is locked, wait for it.  */
       while (other_threads_p ()
-            && !thread_inhibit_yield_p ()
             && !EQ (new_buffer->owner, Qnil)
             /* We set the owner to Qt to mean it is being killed.  */
             && !EQ (new_buffer->owner, Qt))