aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs-module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emacs-module.c')
-rw-r--r--src/emacs-module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs-module.c b/src/emacs-module.c
index 2bb1062574e..47ca3368c0f 100644
--- a/src/emacs-module.c
+++ b/src/emacs-module.c
@@ -427,7 +427,7 @@ static struct Lisp_Module_Function *
427allocate_module_function (void) 427allocate_module_function (void)
428{ 428{
429 return ALLOCATE_PSEUDOVECTOR (struct Lisp_Module_Function, 429 return ALLOCATE_PSEUDOVECTOR (struct Lisp_Module_Function,
430 min_arity, PVEC_MODULE_FUNCTION); 430 documentation, PVEC_MODULE_FUNCTION);
431} 431}
432 432
433#define XSET_MODULE_FUNCTION(var, ptr) \ 433#define XSET_MODULE_FUNCTION(var, ptr) \