projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcd4dcd
)
Fixed for #F != '()
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Sat, 29 Jan 1994 21:37:38 +0000
(21:37 +0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Sat, 29 Jan 1994 21:37:38 +0000
(21:37 +0000)
v7/src/runtime/graphics.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/graphics.scm
b/v7/src/runtime/graphics.scm
index 03655dc53d5a2c0fe31871685abd137fece22f40..e5888a52d3c15316341c17848d48fd185876185e 100644
(file)
--- a/
v7/src/runtime/graphics.scm
+++ b/
v7/src/runtime/graphics.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: graphics.scm,v 1.
9 1993/11/04 22:42:45 cph
Exp $
+$Id: graphics.scm,v 1.
10 1994/01/29 21:37:38 adams
Exp $
Copyright (c) 1989-91 Massachusetts Institute of Technology
@@
-406,7
+406,7
@@
MIT in each case. |#
(draw (operation 'draw))
(draw-subimage (operation 'draw-subimage))
(fill-from-byte-vector (operation 'fill-from-byte-vector)))
- (if
operations
+ (if
(not (null? operations))
(error "Extra image type operations: " operations)
(%make-image-type create destroy
width height