From: Kenichi Handa Date: Wed, 15 Dec 1999 00:10:49 +0000 (+0000) Subject: (main): Call syms_of_composite. X-Git-Tag: emacs-pretest-21.0.90~5754 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d100795e3a2bda1a03724fb539851bb2cf15df2;p=emacs.git (main): Call syms_of_composite. --- 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 */