aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1999-12-15 00:10:49 +0000
committerKenichi Handa1999-12-15 00:10:49 +0000
commit9d100795e3a2bda1a03724fb539851bb2cf15df2 (patch)
tree993e1e290462f87251a330e8f57ad4d4c222da78 /src
parentd5c2c4034839d42055f1874e9446be28634fd833 (diff)
downloademacs-9d100795e3a2bda1a03724fb539851bb2cf15df2.tar.gz
emacs-9d100795e3a2bda1a03724fb539851bb2cf15df2.zip
(main): Call syms_of_composite.
Diffstat (limited to 'src')
-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]);
1270#endif 1270#endif
1271 1271
1272 syms_of_textprop (); 1272 syms_of_textprop ();
1273 syms_of_composite ();
1273#ifdef VMS 1274#ifdef VMS
1274 syms_of_vmsproc (); 1275 syms_of_vmsproc ();
1275#endif /* VMS */ 1276#endif /* VMS */