From db02b73da0df6253d9d8943c11c216abaa862da7 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 4 Oct 2001 09:20:17 +0000 Subject: [PATCH] Add post-gc-hook. --- etc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index acfa045887f..d15bd07d70d 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -29,6 +29,9 @@ defined as an alias, the function returns VARIABLE. It might be noteworthy that variables aliases work for all kinds of variables, including buffer-local and frame-local variables. +** Functions from `post-gc-hook' are run at the end of garbage +collection. The hook is run with GC inhibited, so use it with care. + * Installation Changes in Emacs 21.1 -- 2.39.5