]> git.eshelyaron.com Git - emacs.git/commitdiff
(Garbage Collection): Add post-gc-hook.
authorRichard M. Stallman <rms@gnu.org>
Mon, 14 Jul 2003 16:03:48 +0000 (16:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 14 Jul 2003 16:03:48 +0000 (16:03 +0000)
lispref/internals.texi

index 607970acabfa1a5596d4969f5cecfe25c6b8fe0f..e469ccc3769305eeaef79cfead536672c6202958 100644 (file)
@@ -339,6 +339,12 @@ beginning and end of garbage collection.  The default value is
 @code{nil}, meaning there are no such messages.
 @end defopt
 
+@defvar post-gc-hook
+This is a normal hook that is run at the end of garbage collection.
+Garbage collection is inhibited while the hook functions run, so be
+careful writing them.
+@end defvar
+
 @defopt gc-cons-threshold
 The value of this variable is the number of bytes of storage that must
 be allocated for Lisp objects after one garbage collection in order to