Change command names and documentation strings to use the noun "frame"
authorChris Hanson <org/chris-hanson/cph>
Fri, 3 May 1996 06:58:59 +0000 (06:58 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 3 May 1996 06:58:59 +0000 (06:58 +0000)
rather than "screen".

v7/src/edwin/win32com.scm

index 741c0911167c73c2b87d09c2f7e1d33bedbef195..4d65da824c0a5a63a31414f0151624741279f631 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: win32com.scm,v 1.5 1996/05/03 06:58:21 cph Exp $
+;;;    $Id: win32com.scm,v 1.6 1996/05/03 06:58:59 cph Exp $
 ;;;
 ;;;    Copyright (c) 1994-96 Massachusetts Institute of Technology
 ;;;
@@ -159,8 +159,4 @@ desktop."
                   (format-modeline-string window format length)))))))
       (update-name win32-screen/set-name!
                   (ref-variable frame-name-format buffer)
-                  (ref-variable frame-name-length buffer)))))
-
-(define edwin-command$set-screen-position edwin-command$set-frame-position)
-(define edwin-command$show-screen-size edwin-command$show-frame-size)
-(define edwin-command$show-screen-position edwin-command$show-frame-position)
\ No newline at end of file
+                  (ref-variable frame-name-length buffer)))))
\ No newline at end of file