From f348c8074e9afa0c0a89ccf43f380b5587d3605f Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 26 May 1997 18:05:21 +0000 Subject: [PATCH] Include rationale for removing ungetc-char-ready?. --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a6d3ed013..64f462aff 100644 --- a/NEWS +++ b/NEWS @@ -356,7 +356,9 @@ returned string. For the old behavior, use (read-line PORT 'concat). take new optional START and END arguments, specifying the region of the array to read and write. -*** The `ungetc-char-ready?' function has been removed. +*** The `ungetc-char-ready?' function has been removed. We feel it's +inappropriate for an interface to expose implementation details this +way. ** Changes to the Unix library and system call interface