diff options
author | Kenichi Handa <handa@m17n.org> | 2007-12-01 02:37:34 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2007-12-01 02:37:34 +0000 |
commit | 102780a67ea3b4f9b3e0fe638e0195a439c1bdf6 (patch) | |
tree | 8119a360d0c4c974ee105f1d5da9cd153787f732 /src/emacs.c | |
parent | e8e6136b2a38dfed4298ff4112930daa786e3e42 (diff) | |
download | emacs-102780a67ea3b4f9b3e0fe638e0195a439c1bdf6.tar.gz |
(main): Call syms_of_font unconditionally.
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 2 |
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 */ |