From: Arthur Gleckler Date: Tue, 18 Jun 1991 21:10:05 +0000 (+0000) Subject: Make Edwin buffer and window output ports correctly support the X-Git-Tag: 20090517-FFI~10507 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ef462bc4f4f029dc500dec9a933fd4e228cacaa5;p=mit-scheme.git Make Edwin buffer and window output ports correctly support the operation X-SIZE. X-SIZE on a buffer output port now returns the character width of the most narrow window showing the port's buffer, or 79 if no window shows the buffer. X-SIZE on a window output port now returns the character width of the window. --- diff --git a/v7/src/edwin/make.scm b/v7/src/edwin/make.scm index 3cc619dee..916c37c7f 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.49 1991/05/21 22:20:53 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/make.scm,v 3.50 1991/06/18 21:10:05 arthur 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 49 '())) \ No newline at end of file +(add-system! (make-system "Edwin" 3 50 '())) \ No newline at end of file