aboutsummaryrefslogtreecommitdiffstats
path: root/modules/modhelp.py
diff options
context:
space:
mode:
authorPaul Eggert2015-11-19 13:50:23 -0800
committerPaul Eggert2015-11-19 13:51:24 -0800
commitf2c002592196297a3517b3ed1f05c8ac7b096044 (patch)
tree4d4efc59e2878fa18c39290efe0ad65910b51e7c /modules/modhelp.py
parent62d787ed124726fd1f73dcfb7227d83bc5940fcc (diff)
downloademacs-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 '')
-rwxr-xr-xmodules/modhelp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/modhelp.py b/modules/modhelp.py
index 45b849ee747..2210030ecd6 100755
--- a/modules/modhelp.py
+++ b/modules/modhelp.py
@@ -149,7 +149,7 @@ all: ${module}.so ${module}.doc
149'''), 149'''),
150 150
151 string.Template('${c_file}'): string.Template(''' 151 string.Template('${c_file}'): string.Template('''
152#include <module.h> 152#include <emacs-module.h>
153 153
154int plugin_is_GPL_compatible; 154int plugin_is_GPL_compatible;
155 155