aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-12-25 19:26:07 +0200
committerEli Zaretskii2019-12-25 19:26:07 +0200
commitc454fa7b48f04cdb357325137ee603e0659d9e36 (patch)
treeb0ef3b7c6d7c314cd1550fc2bab3ebbc233339ce
parent273b8157676d64fd723037ad834326791549c64b (diff)
downloademacs-c454fa7b48f04cdb357325137ee603e0659d9e36.tar.gz
emacs-c454fa7b48f04cdb357325137ee603e0659d9e36.zip
; * etc/NEWS: Fix a recently added entry.
-rw-r--r--etc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fe194f2801a..a1c57929d32 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -48,9 +48,10 @@ applies, and please also update docstrings as needed.
48 48
49* Changes in Emacs 28.1 on Non-Free Operating Systems 49* Changes in Emacs 28.1 on Non-Free Operating Systems
50 50
51** On macOS, Emacs can now also load dynamic modules with a .dylib 51+++
52suffix. 'module-file-suffix' will have the value ".dylib" on macOS, 52** On macOS, Emacs can now load dynamic modules with a '.dylib' suffix.
53but .so suffix is supported as well. 53'module-file-suffix' now has the value ".dylib" on macOS, but the
54'.so' suffix is supported as well.
54 55
55 56
56---------------------------------------------------------------------- 57----------------------------------------------------------------------