From a63c765388d09d94e810129b489e31b045c04f8f Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Wed, 19 Dec 2001 01:52:10 +0000
Subject: [PATCH] Rename references to SCode variable abstraction.  Eliminate
 special hack in "rename.scm"; instead use new packaging feature to link
 different names.

---
 v7/src/edwin/winren.scm | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/v7/src/edwin/winren.scm b/v7/src/edwin/winren.scm
index 28474d72a..7697f8685 100644
--- a/v7/src/edwin/winren.scm
+++ b/v7/src/edwin/winren.scm
@@ -1,8 +1,8 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: winren.scm,v 1.5 1999/01/02 06:11:34 cph Exp $
+;;; $Id: winren.scm,v 1.6 2001/12/19 01:52:10 cph Exp $
 ;;;
-;;; Copyright (c) 1989-1999 Massachusetts Institute of Technology
+;;; Copyright (c) 1989-1999, 2001 Massachusetts Institute of Technology
 ;;;
 ;;; This program is free software; you can redistribute it and/or
 ;;; modify it under the terms of the GNU General Public License as
@@ -16,14 +16,9 @@
 ;;;
 ;;; You should have received a copy of the GNU General Public License
 ;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+;;; 02111-1307, USA.
 
 ;;;; Window System Rename Exports
 
-(declare (usual-integrations))
-
-;; buffrm.scm
-(define window?)
-(define window-x-size)
-(define window-y-size)
-(define window-needs-redisplay?)
\ No newline at end of file
+(declare (usual-integrations))
\ No newline at end of file
-- 
2.25.1