From 88ceea5c64e7f0753044f354c5c519856be3a496 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Tue, 3 Nov 1998 16:17:29 +0000 Subject: [PATCH] Updated --- NEWS | 4 ++++ THANKS | 1 + 2 files changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 51bcc55f6..d35313c74 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,10 @@ Command line history length is now controlled by the read option * Changes to Scheme functions and syntax +** New functions: delq1!, delv1!, delete1! +These procedures behave similar to delq! and friends but delete only +one object if at all. + ** New function: unread-string STRING PORT Unread STRING to PORT, that is, push it back onto the port so that next read operation will work on the pushed back characters. diff --git a/THANKS b/THANKS index 370e5049b..9aee1b741 100644 --- a/THANKS +++ b/THANKS @@ -8,6 +8,7 @@ Bug reports and fixes from: Nicolas Neuss Thien-Thi Nguyen Richard Polton + Telford Tendys Bernard Urban Also, thanks to: -- 2.20.1