diff options
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 a96ad1ae1cb..197158e18e4 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1597,6 +1597,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem | |||
| 1597 | /* Initialization that must be done even if the global variable | 1597 | /* Initialization that must be done even if the global variable |
| 1598 | initialized is non zero. */ | 1598 | initialized is non zero. */ |
| 1599 | #ifdef HAVE_NTGUI | 1599 | #ifdef HAVE_NTGUI |
| 1600 | globals_of_w32font (); | ||
| 1600 | globals_of_w32fns (); | 1601 | globals_of_w32fns (); |
| 1601 | globals_of_w32menu (); | 1602 | globals_of_w32menu (); |
| 1602 | globals_of_w32select (); | 1603 | globals_of_w32select (); |