Changed export list comment out the picture ops we aren't using, and
authorHal Abelson <edu/mit/hal>
Sat, 18 Jul 1992 02:26:55 +0000 (02:26 +0000)
committerHal Abelson <edu/mit/hal>
Sat, 18 Jul 1992 02:26:55 +0000 (02:26 +0000)
to add picture->pgm-file.

v7/src/6001/6001.pkg

index 73fe5e0ed9f8e55ea3f93034f6c1e24812df5606..2a4329dda753207e69e084fdf21470071bd4a8d5 100644 (file)
@@ -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