summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1999-12-15 00:10:49 +0000
committerKenichi Handa <handa@m17n.org>1999-12-15 00:10:49 +0000
commit9d100795e3a2bda1a03724fb539851bb2cf15df2 (patch)
tree993e1e290462f87251a330e8f57ad4d4c222da78 /src/emacs.c
parentd5c2c4034839d42055f1874e9446be28634fd833 (diff)
downloademacs-9d100795e3a2bda1a03724fb539851bb2cf15df2.tar.gz
(main): Call syms_of_composite.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c1
1 files changed, 1 insertions, 0 deletions
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 */