projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fed78a
)
Fix missing call to loop in buffer-layout-visible?
author
Joe Marshall
<eval.apply@gmail.com>
Mon, 13 Jun 2011 23:07:02 +0000
(16:07 -0700)
committer
Joe Marshall
<eval.apply@gmail.com>
Mon, 13 Jun 2011 23:07:02 +0000
(16:07 -0700)
src/edwin/curren.scm
patch
|
blob
|
history
diff --git
a/src/edwin/curren.scm
b/src/edwin/curren.scm
index 44332a0ed195dff27b8d99ffcf40af8e72279dd6..1b478f1e06e2b7502c6a07a5a78a0901c0141388 100644
(file)
--- a/
src/edwin/curren.scm
+++ b/
src/edwin/curren.scm
@@
-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))