diff options
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index fdd17d1e062..a329afdcf33 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1403,6 +1403,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem /* syms_of_keymap (); */ syms_of_macros (); syms_of_marker (); + syms_of_module (); syms_of_minibuf (); syms_of_process (); syms_of_search (); |