aboutsummaryrefslogtreecommitdiffstats
path: root/src/module-env-31.h
diff options
context:
space:
mode:
authorEli Zaretskii2024-06-23 07:11:04 -0400
committerEli Zaretskii2024-06-23 07:11:04 -0400
commit2d6ca28ce71ab81fb79d702f06b6ad47aa5de433 (patch)
treedda2ac871a68cde359c4f5283290bf8e0f1004d0 /src/module-env-31.h
parentc246de0d163354daeac58d13db320b4157166340 (diff)
downloademacs-2d6ca28ce71ab81fb79d702f06b6ad47aa5de433.tar.gz
emacs-2d6ca28ce71ab81fb79d702f06b6ad47aa5de433.zip
Update emacs-module for Emacs 31
* src/module-env-31.h: New file. * src/module-env-30.h: * configure.ac: * src/emacs-module.h.in: Update emacs-module files for Emacs 31.
Diffstat (limited to 'src/module-env-31.h')
-rw-r--r--src/module-env-31.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/module-env-31.h b/src/module-env-31.h
new file mode 100644
index 00000000000..e9827b18382
--- /dev/null
+++ b/src/module-env-31.h
@@ -0,0 +1,3 @@
1 /* Add module environment functions newly added in Emacs 31 here.
2 Before Emacs 31 is released, remove this comment and start
3 module-env-32.h on the master branch. */