# HG changeset patch # User Kenichi Handa # Date 945216649 0 # Node ID c8f8089c339b0b12a88500f0afcd21a82ca6989f # Parent bf700e4957ec8b0df527512f8479e3493035a3fd (main): Call syms_of_composite. diff -r bf700e4957ec -r c8f8089c339b src/emacs.c --- a/src/emacs.c Wed Dec 15 00:10:23 1999 +0000 +++ b/src/emacs.c Wed Dec 15 00:10:49 1999 +0000 @@ -1270,6 +1270,7 @@ #endif syms_of_textprop (); + syms_of_composite (); #ifdef VMS syms_of_vmsproc (); #endif /* VMS */