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 f57472d01e7..4009d284747 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1193,6 +1193,7 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); | |||
| 1193 | syms_of_w32faces (); | 1193 | syms_of_w32faces (); |
| 1194 | syms_of_w32select (); | 1194 | syms_of_w32select (); |
| 1195 | syms_of_w32menu (); | 1195 | syms_of_w32menu (); |
| 1196 | syms_of_fontset (); | ||
| 1196 | #endif /* HAVE_NTGUI */ | 1197 | #endif /* HAVE_NTGUI */ |
| 1197 | 1198 | ||
| 1198 | #ifdef SYMS_SYSTEM | 1199 | #ifdef SYMS_SYSTEM |