summaryrefslogtreecommitdiff
path: root/src/module-env-28.h
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2019-12-23 22:00:01 +0100
committerPhilipp Stephani <phst@google.com>2019-12-24 01:08:16 +0100
commit5617c82b37b9fb37f9279347b05782718dc331b6 (patch)
tree9235d6c3c7201ce83d6590eb02a93794974198da /src/module-env-28.h
parent232a36f17e2796c52cb0b1afd5872c454b92ce62 (diff)
downloademacs-5617c82b37b9fb37f9279347b05782718dc331b6.tar.gz
Prepare module header generation for Emacs 28.
* configure.ac: Substitute environment function snippet for Emacs 28. * src/module-env-28.h: New file, with dummy contents for now. * src/emacs-module.h.in: Provide emacs_env_28 structure.
Diffstat (limited to 'src/module-env-28.h')
-rw-r--r--src/module-env-28.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/module-env-28.h b/src/module-env-28.h
new file mode 100644
index 00000000000..dec8704edde
--- /dev/null
+++ b/src/module-env-28.h
@@ -0,0 +1,3 @@
+ /* Add module environment functions newly added in Emacs 28 here.
+ Before Emacs 28 is released, remove this comment and start
+ module-env-29.h on the master branch. */