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:
26f22ad
)
Fix bug: C-x 5 o was not causing the selected frame to become active.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 30 Mar 1997 06:58:04 +0000
(06:58 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 30 Mar 1997 06:58:04 +0000
(06:58 +0000)
v7/src/edwin/os2term.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/os2term.scm
b/v7/src/edwin/os2term.scm
index 2836738c4991856bd84fae87e6e718d48241c456..5fa5948b8a9b6a34626413ee72c6170380899bd6 100644
(file)
--- a/
v7/src/edwin/os2term.scm
+++ b/
v7/src/edwin/os2term.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: os2term.scm,v 1.
19 1996/09/28 03:51:26
cph Exp $
+;;; $Id: os2term.scm,v 1.
20 1997/03/30 06:58:04
cph Exp $
;;;
;;; Copyright (c) 1994-96 Massachusetts Institute of Technology
;;;
@@
-245,8
+245,7
@@
(os2win-close (screen-wid screen)))
\f
(define (os2-screen/enter! screen)
- screen
- unspecific)
+ (os2win-activate (screen-wid screen)))
(define (os2-screen/exit! screen)
screen