Eliminate old and incompatible definition of READ-LINE.
authorChris Hanson <org/chris-hanson/cph>
Tue, 4 Nov 1997 09:27:31 +0000 (09:27 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 4 Nov 1997 09:27:31 +0000 (09:27 +0000)
v7/src/edwin/utils.scm

index b4f8caa44313ef125c62b71c79d35c1d067b2c6c..f609f0cb8ca0f04b219a8443afdbc1d619bd9ba9 100644 (file)
@@ -1,8 +1,8 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: utils.scm,v 1.40 1996/05/11 08:38:11 cph Exp $
+;;;    $Id: utils.scm,v 1.41 1997/11/04 09:27:31 cph Exp $
 ;;;
-;;;    Copyright (c) 1986, 1989-96 Massachusetts Institute of Technology
+;;;    Copyright (c) 1986, 1989-97 Massachusetts Institute of Technology
 ;;;
 ;;;    This material was developed by the Scheme project at the
 ;;;    Massachusetts Institute of Technology, Department of
 (define (char-base char)
   (make-char (char-code char) 0))
 \f
-(define (read-line #!optional port)
-  (read-string char-set:return
-              (if (default-object? port)
-                  (current-input-port)
-                  (guarantee-input-port port))))
-
 (define (y-or-n? . strings)
   (define (loop)
     (let ((char (char-upcase (read-char))))