From: Geoff Voelker Date: Sun, 25 Oct 1998 23:55:37 +0000 (+0000) Subject: (main) [HAVE_NTGUI]: Invoke syms_of_fontset(). X-Git-Tag: emacs-20.4~1409 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=02062ac320a17658165c839bc86366416ff2cd91;p=emacs.git (main) [HAVE_NTGUI]: Invoke syms_of_fontset(). --- 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]); syms_of_w32faces (); syms_of_w32select (); syms_of_w32menu (); + syms_of_fontset (); #endif /* HAVE_NTGUI */ #ifdef SYMS_SYSTEM