From 1baa8239d5e1283ceed0d15406bfc6f1584c631f Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 2 Sep 1992 02:04:51 +0000 Subject: [PATCH] Fix some bugs. --- v7/src/6001/edextra.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/v7/src/6001/edextra.scm b/v7/src/6001/edextra.scm index b217dc3fe..f6679dc08 100644 --- a/v7/src/6001/edextra.scm +++ b/v7/src/6001/edextra.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/edextra.scm,v 1.1 1992/09/01 20:11:00 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/edextra.scm,v 1.2 1992/09/02 02:04:51 cph Exp $ Copyright (c) 1992 Massachusetts Institute of Technology @@ -53,7 +53,6 @@ MIT in each case. |# (string-append "/users/u6001/bin/print-pgm.sh " filename " " - (print/assemble-switches "Scheme Picture" '()) - switches)) + (print/assemble-switches "Scheme Picture" '()))) (append-message "done")) (editor-error "No picture to print!"))))))) \ No newline at end of file -- 2.25.1