Fix missing call to loop in buffer-layout-visible?
authorJoe Marshall <eval.apply@gmail.com>
Mon, 13 Jun 2011 23:07:02 +0000 (16:07 -0700)
committerJoe Marshall <eval.apply@gmail.com>
Mon, 13 Jun 2011 23:07:02 +0000 (16:07 -0700)
src/edwin/curren.scm

index 44332a0ed195dff27b8d99ffcf40af8e72279dd6..1b478f1e06e2b7502c6a07a5a78a0901c0141388 100644 (file)
@@ -614,7 +614,7 @@ The buffer is guaranteed to be selected at that time."
                         (there-exists? (buffer-windows buffer)
                           (lambda (window)
                             (eq? (window-screen window) screen))))))
-            (weak-cdr buffers)))))
+            (loop (weak-cdr buffers))))))
 
 (define setting-up-buffer-layout? #f)
 (define buffer-layout-key (list 'BUFFER-LAYOUT))