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:
b5aed2c
)
Fix typo in previous change.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 1 Dec 2000 06:28:20 +0000
(06:28 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 1 Dec 2000 06:28:20 +0000
(06:28 +0000)
v7/src/edwin/curren.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/curren.scm
b/v7/src/edwin/curren.scm
index eef866749835319adb5f6764e2d87a796d46a721..5172263898f83fd2fa71a56132a54c60d725fa7f 100644
(file)
--- a/
v7/src/edwin/curren.scm
+++ b/
v7/src/edwin/curren.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: curren.scm,v 1.14
2 2000/12/01 06:06:54
cph Exp $
+;;; $Id: curren.scm,v 1.14
3 2000/12/01 06:28:20
cph Exp $
;;;
;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology
;;;
@@
-166,7
+166,7
@@
The frame is guaranteed to be deselected at that time."
(let ((screen* (next-screen screen*)))
(and (not (eq? screen* screen))
(loop screen*
- (if (or invisible-ok? (screen-visible? screen))
+ (if (or invisible-ok? (screen-visible? screen
*
))
(- n 1)
n)))))))))
\f