From cf7132b32a866ead11fb12c9f0649716f8e9da31 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Thu, 12 Nov 1998 16:05:57 +0000 Subject: [PATCH] Renamed sequence->list --> collect --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9f69daff0..192d075f0 100644 --- a/NEWS +++ b/NEWS @@ -51,10 +51,10 @@ read again in last-in first-out order. Version of `map' which guarantees that the procedure is applied to the lists in serial order. -** New syntax: sequence->list BODY1 ... +** New syntax: collect BODY1 ... Version of `begin' which returns a list of the results of the body forms instead of the result of the last body form. In contrast to -`begin', sequence->list allows an empty body. +`begin', `collect' allows an empty body. ** New functions: read-history FILENAME, write-history FILENAME Read/write command line history from/to file. Returns #t on success -- 2.20.1