diff options
| author | Paul Eggert | 2015-11-19 07:53:51 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-11-19 07:54:33 -0800 |
| commit | 80f19fb898b574b345b908dfd6a98c965de4136f (patch) | |
| tree | c341629f3787d63827734d4bae013fe0b853992f /modules/modhelp.py | |
| parent | 4ec83fd11b5ed63795df70ccd40086995512f515 (diff) | |
| download | emacs-80f19fb898b574b345b908dfd6a98c965de4136f.tar.gz emacs-80f19fb898b574b345b908dfd6a98c965de4136f.zip | |
Rename emacs_module.h to module.h
* src/module.h: Rename from src/emacs_module.h.
All uses changed.
Diffstat (limited to 'modules/modhelp.py')
| -rwxr-xr-x | modules/modhelp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/modhelp.py b/modules/modhelp.py index ef41ba5a917..57bed5023c7 100755 --- a/modules/modhelp.py +++ b/modules/modhelp.py | |||
| @@ -125,7 +125,7 @@ all: ${module}.so ${module}.doc | |||
| 125 | '''), | 125 | '''), |
| 126 | 126 | ||
| 127 | string.Template('${c_file}'): string.Template(''' | 127 | string.Template('${c_file}'): string.Template(''' |
| 128 | #include <emacs_module.h> | 128 | #include <module.h> |
| 129 | 129 | ||
| 130 | int plugin_is_GPL_compatible; | 130 | int plugin_is_GPL_compatible; |
| 131 | 131 | ||