aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 fcdf103c19b..35d6e9e0d7a 100644
--- a/src/emacs-module.c
+++ b/src/emacs-module.c
@@ -561,7 +561,7 @@ static struct Lisp_Module_Function *
561allocate_module_function (void) 561allocate_module_function (void)
562{ 562{
563 return ALLOCATE_PSEUDOVECTOR (struct Lisp_Module_Function, 563 return ALLOCATE_PSEUDOVECTOR (struct Lisp_Module_Function,
564 interactive_form, PVEC_MODULE_FUNCTION); 564 command_modes, PVEC_MODULE_FUNCTION);
565} 565}
566 566
567#define XSET_MODULE_FUNCTION(var, ptr) \ 567#define XSET_MODULE_FUNCTION(var, ptr) \