]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Call syms_of_insdel.
authorRichard M. Stallman <rms@gnu.org>
Sat, 9 Nov 1996 21:36:20 +0000 (21:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 9 Nov 1996 21:36:20 +0000 (21:36 +0000)
src/emacs.c

index c395facaa8bd24eee2b9038cfdfeb821e6a8c663..f44b7cf3f2477c9e682ab6f0035985a5c7339c1e 100644 (file)
@@ -937,6 +937,7 @@ the Bugs section of the Emacs manual or the file BUGS.", argv[0]);
       syms_of_filelock ();
 #endif /* CLASH_DETECTION */
       syms_of_indent ();
+      syms_of_insdel ();
       syms_of_keyboard ();
       syms_of_keymap ();
       syms_of_macros ();