aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGeoff Voelker1998-10-25 23:55:37 +0000
committerGeoff Voelker1998-10-25 23:55:37 +0000
commit02062ac320a17658165c839bc86366416ff2cd91 (patch)
tree68dd249fb754c6ee44ef15424e943a305372747b /src
parentbb10be4c8c4d1e12c329559d629bdf93fedaa9d0 (diff)
downloademacs-02062ac320a17658165c839bc86366416ff2cd91.tar.gz
emacs-02062ac320a17658165c839bc86366416ff2cd91.zip
(main) [HAVE_NTGUI]: Invoke syms_of_fontset().
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 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