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/mod-test | |
| 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/mod-test')
| -rw-r--r-- | modules/mod-test/mod-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod-test/mod-test.c b/modules/mod-test/mod-test.c index 2de53152b1b..db5516ee553 100644 --- a/modules/mod-test/mod-test.c +++ b/modules/mod-test/mod-test.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include <assert.h> | 1 | #include <assert.h> |
| 2 | #include <stdio.h> | 2 | #include <stdio.h> |
| 3 | #include <emacs_module.h> | 3 | #include <module.h> |
| 4 | 4 | ||
| 5 | int plugin_is_GPL_compatible; | 5 | int plugin_is_GPL_compatible; |
| 6 | 6 | ||