diff options
author | Kenichi Handa <handa@m17n.org> | 1999-12-15 00:10:49 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1999-12-15 00:10:49 +0000 |
commit | 9d100795e3a2bda1a03724fb539851bb2cf15df2 (patch) | |
tree | 993e1e290462f87251a330e8f57ad4d4c222da78 /src/emacs.c | |
parent | d5c2c4034839d42055f1874e9446be28634fd833 (diff) | |
download | emacs-9d100795e3a2bda1a03724fb539851bb2cf15df2.tar.gz |
(main): Call syms_of_composite.
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 1 |
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 */ |