aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index dce02c31e59..5c5883f55ba 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -308,8 +308,11 @@ few or no entries have changed.
308** Emacs can now load shared/dynamic libraries (modules). 308** Emacs can now load shared/dynamic libraries (modules).
309A dynamic Emacs module is a shared library that provides additional 309A dynamic Emacs module is a shared library that provides additional
310functionality for use in Emacs Lisp programs, just like a package 310functionality for use in Emacs Lisp programs, just like a package
311written in Emacs Lisp would. The functions `load' and `require' were 311written in Emacs Lisp would. The functions `load', `require',
312extended to load such modules, as they do with Emacs Lisp packages. 312`load-file', etc. were extended to load such modules, as they do with
313Emacs Lisp packages. The new variable `module-file-suffix' holds the
314system-dependent value of the file-name extension (`.so' on Posix
315hosts) of the module files.
313 316
314A module should export a C-callable function named 317A module should export a C-callable function named
315`emacs_module_init', which Emacs will call as part of the call to 318`emacs_module_init', which Emacs will call as part of the call to