Rename emacs_module.h to module.h

* src/module.h: Rename from src/emacs_module.h.
All uses changed.
This commit is contained in:
Paul Eggert 2015-11-19 07:53:51 -08:00
parent 4ec83fd11b
commit 80f19fb898
4 changed files with 4 additions and 4 deletions

View file

@ -125,7 +125,7 @@ def main():
'''),
string.Template('${c_file}'): string.Template('''
#include <emacs_module.h>
#include <module.h>
int plugin_is_GPL_compatible;