* src/emacs-module.c: Add an additional requirement for API changes.

This commit is contained in:
Philipp Stephani 2019-04-23 23:39:35 +02:00
parent 51595f5340
commit 3d30b651ca

View file

@ -32,6 +32,9 @@ If you want to change the module API, please abide to the following
- Don't change the types of structure fields.
- Likewise, the presence, order, and type of structure fields may not
depend on preprocessor macros.
- Add structure fields only at the end of structures.
- For every Emacs major version there is a new fragment file