From fc91dc2d13870ab95bf81ec7b228227249e02a19 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 4 Jan 2000 12:35:02 +0000 Subject: [PATCH] Changes to garbage-collect, new var strings-consed, --- etc/NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 5c57e6b6ec3..905d71b9437 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1258,6 +1258,15 @@ Other properties are ignored. ** keywordp is a new predicate to test efficiently for an object being a keyword symbol. + +** Changes to garbage collection + +*** The function garbage-collect now additionally returns the number +of live and free strings. + +*** There is a new variable `strings-consed' holding the number of +strings that have been consed so far. + * New Lisp-level Display features in Emacs 21.1