aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index df12c7e8430..d6cabf8e9e4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -49,6 +49,11 @@ applies, and please also update docstrings as needed.
49'emacs_function' and 'emacs_finalizer' for module functions and 49'emacs_function' and 'emacs_finalizer' for module functions and
50finalizers, respectively. 50finalizers, respectively.
51 51
52** Module functions can now install an optional finalizer that is
53called when the function object is garbage-collected. Use
54'set_function_finalizer' to set the finalizer and
55'get_function_finalizer' to retrieve it.
56
52 57
53* Changes in Emacs 28.1 on Non-Free Operating Systems 58* Changes in Emacs 28.1 on Non-Free Operating Systems
54 59