Catch errors that happen while reading expressions from a buffer.
authorChris Hanson <org/chris-hanson/cph>
Wed, 3 Apr 1991 04:21:15 +0000 (04:21 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 3 Apr 1991 04:21:15 +0000 (04:21 +0000)
v7/src/edwin/evlcom.scm

index 24b12a4c61b55ff7356ace34a3ce35d9bf13e0cd..403c5803a78588973fe3dcce59292ad3825bea9e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/evlcom.scm,v 1.21 1991/04/03 04:09:58 cph Exp $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/evlcom.scm,v 1.22 1991/04/03 04:21:15 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-91 Massachusetts Institute of Technology
 ;;;
@@ -240,7 +240,7 @@ may be available.  The following commands are special to this mode:
                    (if (not (eof-object? sexp))
                        (begin
                          (editor-eval sexp environment)
-                         (loop (read))))))))
+                         (loop)))))))
            loop))))))
 
 (define (evaluation-environment argument)