diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 |
| 50 | finalizers, respectively. | 50 | finalizers, respectively. |
| 51 | 51 | ||
| 52 | ** Module functions can now install an optional finalizer that is | ||
| 53 | called 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 | ||