From: Chris Hanson Date: Tue, 1 Sep 1992 22:41:37 +0000 (+0000) Subject: Fix think-o in last change. X-Git-Tag: 20090517-FFI~9018 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=63ef9a8667115104a9d5026f60e41b8a38c7b649;p=mit-scheme.git Fix think-o in last change. --- diff --git a/v7/src/6001/picture.scm b/v7/src/6001/picture.scm index d50fb8722..6bd7a6d54 100644 --- a/v7/src/6001/picture.scm +++ b/v7/src/6001/picture.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/picture.scm,v 1.15 1992/09/01 20:43:12 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/picture.scm,v 1.16 1992/09/01 22:41:37 cph Exp $ Copyright (c) 1991-92 Massachusetts Institute of Technology @@ -287,7 +287,7 @@ MIT in each case. |# (if *last-picture-displayed* (call-with-temporary-filename (lambda (filename) - (picture->pgm-file *last-picture-displayed*) + (picture->pgm-file *last-picture-displayed* filename) (procedure filename))) (procedure false)))