Rename read-char-ready? to char-ready? as required by R^3RS.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 12 Mar 1987 02:20:33 +0000 (02:20 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 12 Mar 1987 02:20:33 +0000 (02:20 +0000)
v7/src/runtime/input.scm

index 5927db66e535faac93ebc2d5c84b035aa919e8b0..9e8211cba5ebf8da1be1ea3cedb0bdd8caf42b72 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/input.scm,v 13.41 1987/01/23 00:14:34 jinx Exp $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/input.scm,v 13.42 1987/03/12 02:20:33 jinx Exp $
 ;;;
 ;;;    Copyright (c) 1987 Massachusetts Institute of Technology
 ;;;
 ;;; **** The DELAY option for this operation works only for the
 ;;; console port.  Since it is a kludge, it is probably OK.
 
-(define (read-char-ready? #!optional port delay)
+(define (char-ready? #!optional port delay)
   (cond ((unassigned? port) (set! port *current-input-port*))
        ((not (input-port? port)) (error "Bad input port" port)))
   (cond ((unassigned? delay) (set! delay 0))