1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

Changes to garbage-collect, new var strings-consed,

This commit is contained in:
Gerd Moellmann 2000-01-04 12:35:02 +00:00
parent fc7ac24f5f
commit fc91dc2d13

View File

@ -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