From: Chris Hanson Date: Sat, 16 Mar 1991 08:14:23 +0000 (+0000) Subject: Some performance improvements in the redisplay code. X-Git-Tag: 20090517-FFI~10840 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5554bc86bb86dd4d7450941907ae802c135c1760;p=mit-scheme.git Some performance improvements in the redisplay code. --- diff --git a/v7/src/edwin/make.scm b/v7/src/edwin/make.scm index 2ba21d54c..e98941e16 100644 --- a/v7/src/edwin/make.scm +++ b/v7/src/edwin/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/make.scm,v 3.27 1991/03/16 00:02:36 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/make.scm,v 3.28 1991/03/16 08:14:23 cph Exp $ Copyright (c) 1989-91 Massachusetts Institute of Technology @@ -37,4 +37,4 @@ MIT in each case. |# (declare (usual-integrations)) (package/system-loader "edwin" '() 'QUERY) -(add-system! (make-system "Edwin" 3 27 '())) \ No newline at end of file +(add-system! (make-system "Edwin" 3 28 '())) \ No newline at end of file