aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-10-16 18:48:21 +0300
committerEli Zaretskii2018-10-16 18:48:21 +0300
commit433e364add25dcc32f5103ec28f58298e00204d5 (patch)
treec547974b79d47764ce3b914212441c8e84d76d66
parente456ddaa304edbe5cca3c5561764ebf9dd4b6732 (diff)
downloademacs-433e364add25dcc32f5103ec28f58298e00204d5.tar.gz
emacs-433e364add25dcc32f5103ec28f58298e00204d5.zip
; * etc/NEWS: Announce that emacs-module.h is now installed.
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bfd7db016f2..dfafe7c5c94 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -25,6 +25,12 @@ webkit2gtk-4.0 package; version 2.12 or later is required.
25(This change was actually made in Emacs 26.1, but was not called out 25(This change was actually made in Emacs 26.1, but was not called out
26in its NEWS.) 26in its NEWS.)
27 27
28+++
29** Installing Emacs now installs the emacs-module.h file.
30The emacs-module.h file is now installed in the system-wide include
31directory as part of the Emacs installation. This allows to build
32Emacs modules outside of the Emacs source tree.
33
28 34
29* Startup Changes in Emacs 26.2 35* Startup Changes in Emacs 26.2
30 36