1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-26 23:20:29 -08:00

* 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 @@ rules:
- 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