From 102780a67ea3b4f9b3e0fe638e0195a439c1bdf6 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 1 Dec 2007 02:37:34 +0000 Subject: [PATCH] (main): Call syms_of_font unconditionally. --- src/emacs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/emacs.c b/src/emacs.c index c7fd234c6ef..71743c45964 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1625,9 +1625,7 @@ main (argc, argv syms_of_window (); syms_of_xdisp (); #ifdef HAVE_WINDOW_SYSTEM -#ifdef USE_FONT_BACKEND syms_of_font (); -#endif /* USE_FONT_BACKEND */ syms_of_fringe (); syms_of_image (); #endif /* HAVE_WINDOW_SYSTEM */ -- 2.39.5