From: Hal Abelson Date: Sat, 18 Jul 1992 02:26:55 +0000 (+0000) Subject: Changed export list comment out the picture ops we aren't using, and X-Git-Tag: 20090517-FFI~9223 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=86cda70900c5a95bc9997a8fd9777397dd9668fe;p=mit-scheme.git Changed export list comment out the picture ops we aren't using, and to add picture->pgm-file. --- diff --git a/v7/src/6001/6001.pkg b/v7/src/6001/6001.pkg index 73fe5e0ed..2a4329dda 100644 --- a/v7/src/6001/6001.pkg +++ b/v7/src/6001/6001.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/6001.pkg,v 1.3 1992/04/13 19:19:54 hal Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/6001.pkg,v 1.4 1992/07/18 02:26:55 hal Exp $ Copyright (c) 1991-92 Massachusetts Institute of Technology @@ -125,21 +125,23 @@ MIT in each case. |# make-picture make-window pgm-file->picture - picture-cut + picture->pgm-file picture-display - picture-h-reflect picture-height picture-map picture-max picture-min - picture-overlap - picture-paste! picture-ref - picture-rotate - picture-scale - picture-set! - picture-v-reflect picture-width picture? procedure->picture - show-window-size)) \ No newline at end of file + show-window-size + ;picture-cut + ;picture-h-reflect + ;picture-overlap + ;picture-paste! + ;picture-rotate + ;picture-scale + ;picture-set! + ;picture-v-reflect + )) \ No newline at end of file