diff options
| author | Paul Eggert | 2015-11-19 13:50:23 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-11-19 13:51:24 -0800 |
| commit | f2c002592196297a3517b3ed1f05c8ac7b096044 (patch) | |
| tree | 4d4efc59e2878fa18c39290efe0ad65910b51e7c /modules/mod-test | |
| parent | 62d787ed124726fd1f73dcfb7227d83bc5940fcc (diff) | |
| download | emacs-f2c002592196297a3517b3ed1f05c8ac7b096044.tar.gz emacs-f2c002592196297a3517b3ed1f05c8ac7b096044.zip | |
Rename module.c to emacs-module.c, etc.
* src/emacs-module.c: Rename from src/module.c.
* src/emacs-module.h: Rename from src/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 b58b86c9047..e27fb582355 100644 --- a/modules/mod-test/mod-test.c +++ b/modules/mod-test/mod-test.c | |||
| @@ -19,7 +19,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 19 | 19 | ||
| 20 | #include <assert.h> | 20 | #include <assert.h> |
| 21 | #include <stdio.h> | 21 | #include <stdio.h> |
| 22 | #include <module.h> | 22 | #include <emacs-module.h> |
| 23 | 23 | ||
| 24 | int plugin_is_GPL_compatible; | 24 | int plugin_is_GPL_compatible; |
| 25 | 25 | ||