diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-10-16 18:48:21 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-10-16 18:48:21 +0300 |
commit | 433e364add25dcc32f5103ec28f58298e00204d5 (patch) | |
tree | c547974b79d47764ce3b914212441c8e84d76d66 | |
parent | e456ddaa304edbe5cca3c5561764ebf9dd4b6732 (diff) | |
download | emacs-433e364add25dcc32f5103ec28f58298e00204d5.tar.gz |
; * etc/NEWS: Announce that emacs-module.h is now installed.
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -25,6 +25,12 @@ webkit2gtk-4.0 package; version 2.12 or later is required. (This change was actually made in Emacs 26.1, but was not called out in its NEWS.) ++++ +** Installing Emacs now installs the emacs-module.h file. +The emacs-module.h file is now installed in the system-wide include +directory as part of the Emacs installation. This allows to build +Emacs modules outside of the Emacs source tree. + * Startup Changes in Emacs 26.2 |