aboutsummaryrefslogtreecommitdiffstats
path: root/modules/modhelp.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/modhelp.py')
-rwxr-xr-xmodules/modhelp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/modhelp.py b/modules/modhelp.py
index 5d8f89b31bc..445cb3b1d09 100755
--- a/modules/modhelp.py
+++ b/modules/modhelp.py
@@ -154,7 +154,7 @@ all: ${module}.so ${module}.doc
154int plugin_is_GPL_compatible; 154int plugin_is_GPL_compatible;
155 155
156static emacs_value 156static emacs_value
157${c_func} (emacs_env *env, int nargs, emacs_value args[], void *data) 157${c_func} (emacs_env *env, ptrdiff_t nargs, emacs_value args[], void *data)
158{ 158{
159 return env->intern (env, "t"); 159 return env->intern (env, "t");
160} 160}