From: Chris Hanson Date: Wed, 19 Dec 2001 01:52:10 +0000 (+0000) Subject: Rename references to SCode variable abstraction. Eliminate special X-Git-Tag: 20090517-FFI~2366 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a63c765388d09d94e810129b489e31b045c04f8f;p=mit-scheme.git Rename references to SCode variable abstraction. Eliminate special hack in "rename.scm"; instead use new packaging feature to link different names. --- 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