From 9d100795e3a2bda1a03724fb539851bb2cf15df2 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 15 Dec 1999 00:10:49 +0000 Subject: [PATCH] (main): Call syms_of_composite. --- src/emacs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emacs.c b/src/emacs.c index 521225687df..22cf6324dc2 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1270,6 +1270,7 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); #endif syms_of_textprop (); + syms_of_composite (); #ifdef VMS syms_of_vmsproc (); #endif /* VMS */ -- 2.39.5