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 7d68caddd56..ac12f8789a4 100644
--- a/src/emacs-module.c
+++ b/src/emacs-module.c
@@ -1074,7 +1074,7 @@ syms_of_module (void)
1074{ 1074{
1075 DEFSYM (Qmodule_refs_hash, "module-refs-hash"); 1075 DEFSYM (Qmodule_refs_hash, "module-refs-hash");
1076 DEFVAR_LISP ("module-refs-hash", Vmodule_refs_hash, 1076 DEFVAR_LISP ("module-refs-hash", Vmodule_refs_hash,
1077 doc: /* Module global referrence table. */); 1077 doc: /* Module global reference table. */);
1078 1078
1079 Vmodule_refs_hash 1079 Vmodule_refs_hash
1080 = make_hash_table (hashtest_eq, make_number (DEFAULT_HASH_SIZE), 1080 = make_hash_table (hashtest_eq, make_number (DEFAULT_HASH_SIZE),