From 02062ac320a17658165c839bc86366416ff2cd91 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Sun, 25 Oct 1998 23:55:37 +0000 Subject: [PATCH] (main) [HAVE_NTGUI]: Invoke syms_of_fontset(). --- src/emacs.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2