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:
90ec641
)
Change the evaluation commands to bind the default input port to a
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 21 Oct 1993 04:59:00 +0000
(
04:59
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 21 Oct 1993 04:59:00 +0000
(
04:59
+0000)
dummy port that signals an error if it is read from.
v7/src/edwin/evlcom.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/evlcom.scm
b/v7/src/edwin/evlcom.scm
index 4cbb198d78dd5aa8ec3ecc426f88512b4ddb2f34..e797388282aafe7b22d8a56c0cebbfd76c1a00f2 100644
(file)
--- a/
v7/src/edwin/evlcom.scm
+++ b/
v7/src/edwin/evlcom.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: evlcom.scm,v 1.4
5 1993/10/15 12:49:57
cph Exp $
+;;; $Id: evlcom.scm,v 1.4
6 1993/10/21 04:59:00
cph Exp $
;;;
;;; Copyright (c) 1986, 1989-93 Massachusetts Institute of Technology
;;;
@@
-419,7
+419,7
@@
Set by Scheme evaluation code to update the mode line."
(define (editor-eval buffer sexp environment)
(let ((core
(lambda ()
- (with-input-from-
string ""
+ (with-input-from-
port dummy-i/o-port
(lambda ()
(let ((value))
(let ((output-string