* src/emacs-module.c: Add an additional requirement for API changes.
This commit is contained in:
parent
51595f5340
commit
3d30b651ca
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue