]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Call syms_of_composite.
authorKenichi Handa <handa@m17n.org>
Wed, 15 Dec 1999 00:10:49 +0000 (00:10 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 15 Dec 1999 00:10:49 +0000 (00:10 +0000)
src/emacs.c

index 521225687dfdfeedab75e145e8b1b2239cf0015e..22cf6324dc2ce273e7d2f1685e92843de0dc15e1 100644 (file)
@@ -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 */