diff options
Diffstat (limited to 'src')
| -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]); | |||
| 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 */ |