From c2c5ed2c10a2f6115c596206a02cbee0a28be23f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 9 Nov 1996 21:36:20 +0000 Subject: [PATCH] (main): Call syms_of_insdel. --- src/emacs.c | 1 + 1 file changed, 1 insertion(+) 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]); syms_of_filelock (); #endif /* CLASH_DETECTION */ syms_of_indent (); + syms_of_insdel (); syms_of_keyboard (); syms_of_keymap (); syms_of_macros (); -- 2.39.5