summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2007-12-01 02:37:34 +0000
committerKenichi Handa <handa@m17n.org>2007-12-01 02:37:34 +0000
commit102780a67ea3b4f9b3e0fe638e0195a439c1bdf6 (patch)
tree8119a360d0c4c974ee105f1d5da9cd153787f732 /src/emacs.c
parente8e6136b2a38dfed4298ff4112930daa786e3e42 (diff)
downloademacs-102780a67ea3b4f9b3e0fe638e0195a439c1bdf6.tar.gz
(main): Call syms_of_font unconditionally.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
1 files changed, 0 insertions, 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 */