aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-11-09 21:36:20 +0000
committerRichard M. Stallman1996-11-09 21:36:20 +0000
commitc2c5ed2c10a2f6115c596206a02cbee0a28be23f (patch)
tree6408e2aac0c17925072dc064364e618976a30d30 /src
parentfb2e7d144a3b441fee3b822ad4cf80c20102973b (diff)
downloademacs-c2c5ed2c10a2f6115c596206a02cbee0a28be23f.tar.gz
emacs-c2c5ed2c10a2f6115c596206a02cbee0a28be23f.zip
(main): Call syms_of_insdel.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index c395facaa8b..f44b7cf3f24 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -937,6 +937,7 @@ the Bugs section of the Emacs manual or the file BUGS.", argv[0]);
937 syms_of_filelock (); 937 syms_of_filelock ();
938#endif /* CLASH_DETECTION */ 938#endif /* CLASH_DETECTION */
939 syms_of_indent (); 939 syms_of_indent ();
940 syms_of_insdel ();
940 syms_of_keyboard (); 941 syms_of_keyboard ();
941 syms_of_keymap (); 942 syms_of_keymap ();
942 syms_of_macros (); 943 syms_of_macros ();